/* Minification failed. Returning unminified contents.
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@-ms-viewport {
    width: device-width;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

/*
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

    */

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

/*
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
*/
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

/*/
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
    */

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after,
    .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
    .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child),
    .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child),
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child),
        .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}


/*
.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}
*/

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
/*# sourceMappingURL=bootstrap.css.map */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@charset "UTF-8";
@media (hover: hover) {
  .overlay-on-hover:hover {
    position: relative;
  }
  .overlay-on-hover:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .overlay-on-hover:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("../../../../Static/AApoteket/Project/Website/cross_overlay.png");
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

span.lock-icon {
  background-image: url(../../../../Static/AApoteket/Project/Website/icons/UI_icon_lock.svg);
  background-size: 12px 18px;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 15px;
  display: block;
  position: absolute;
  top: 10px;
}
@media (max-width: 767px) {
  span.lock-icon {
    display: inline-block !important;
    top: 1px;
    position: relative;
    background-size: 14px 21px;
    height: 14px;
    width: 21px;
  }
}

@font-face {
  font-family: "Pharma";
  src: url("../../../../Styles/AApoteket/Project/Website/fonts/pharma-bold.eot"); /* IE9 Compat Modes */
  src: url("../../../../Styles/AApoteket/Project/Website/fonts/pharma-bold.eot?#iefix") format("embedded-opentype"), url("../../../../Styles/AApoteket/Project/Website/fonts/pharma-bold.woff2") format("woff2"), url("../../../../Styles/AApoteket/Project/Website/fonts/pharma-bold.woff") format("woff"), url("../../../../Styles/AApoteket/Project/Website/fonts/pharma-bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Klavika Bold";
  src: url("../../../../Styles/AApoteket/Project/Website/fonts/KlavikaWebBasicBold.woff2"); /* Tilføj flere formater når vi har dem */
  font-weight: bold;
  font-style: normal;
}
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0;
}

input, textarea, select, button {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5 {
  font-family: "Pharma", sans-serif;
}

a {
  text-decoration: none;
  color: #262626;
}
@media (hover: hover) {
  a:hover {
    color: inherit;
  }
}
a.green-link {
  color: #00ab7f;
}
a.green-link.bold {
  font-weight: 600;
}
@media (hover: hover) {
  a.green-link:hover {
    color: #00705b;
  }
}

@-ms-viewport {
  width: auto !important;
}
p a, table a, .articletext a, .richTextSpot a, .categorySpot a {
  color: #00ab7f;
}
@media (hover: hover) {
  p a:hover, table a:hover, .articletext a:hover, .richTextSpot a:hover, .categorySpot a:hover {
    text-decoration: underline;
    color: #00ab7f;
  }
}

button, .button, .herobanner .cta-block a {
  height: 44px;
  font-size: 13px;
  border-radius: 3px;
  background-color: #00A973;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #ffffff;
  min-width: 160px;
  border: none;
  outline: none;
  cursor: pointer;
}
button:focus, .button:focus, .herobanner .cta-block a:focus {
  outline: none;
}
@media (hover: hover) {
  button:hover, .button:hover, .herobanner .cta-block a:hover {
    background-color: #0B8D64 !important;
    color: white;
  }
}
button.black, .button.black, .herobanner .cta-block a.black {
  background-color: #262626;
}
@media (hover: hover) {
  button.black:hover, .button.black:hover, .herobanner .cta-block a.black:hover {
    opacity: 0.9 !important;
  }
}
button.disabled, .button.disabled, .herobanner .cta-block a.disabled {
  background-color: #f6f8fa !important;
  color: #262626 !important;
}
@media (hover: hover) {
  button.disabled:hover, .button.disabled:hover, .herobanner .cta-block a.disabled:hover {
    background-color: #f6f8fa !important;
    opacity: 0.9 !important;
    cursor: default !important;
  }
}
button.outline, .button.outline, .herobanner .cta-block a.outline {
  background-color: transparent;
  border: 1px solid #00ab7f;
  color: #00ab7f;
}
@media (hover: hover) {
  button.outline:hover, .button.outline:hover, .herobanner .cta-block a.outline:hover {
    border-color: #00705b;
    color: #00705b;
    background-color: transparent !important;
  }
}
button.outline.black, .button.outline.black, .herobanner .cta-block a.outline.black {
  border-color: #262626;
  color: #262626;
  opacity: 0.6;
}
@media (hover: hover) {
  button.outline.black:hover, .button.outline.black:hover, .herobanner .cta-block a.outline.black:hover {
    opacity: 1;
  }
}
button.outline.white, .button.outline.white, .herobanner .cta-block a.outline.white {
  border-color: #ffffff;
  color: #ffffff;
  opacity: 0.6;
}
@media (hover: hover) {
  button.outline.white:hover, .button.outline.white:hover, .herobanner .cta-block a.outline.white:hover {
    opacity: 1;
  }
}
button.small, .button.small, .herobanner .cta-block a.small {
  height: 36px;
  font-size: 12px;
  background-color: #00ab7f;
  min-width: 171px;
}
button.small.black, .button.small.black, .herobanner .cta-block a.small.black {
  background-color: #262626;
}
button.small.outline, .button.small.outline, .herobanner .cta-block a.small.outline {
  background-color: transparent;
}
button.small.outline.black, .button.small.outline.black, .herobanner .cta-block a.small.outline.black {
  border-color: #262626;
  color: #262626;
  opacity: 1;
}
button.small.outline.white, .button.small.outline.white, .herobanner .cta-block a.small.outline.white {
  border-color: #ffffff;
  color: #ffffff;
  opacity: 1;
}

a.button, .herobanner .cta-block a {
  padding: 14px 15px;
  height: auto;
}

.container, .rx-error-container, .rx-checkout-container, .richTextSpot.table1, .richTextSpot.table2, .richTextSpot.table3, .richTextSpot.text-only, .richTextSpot.text-narrow, .categorySpot.table1, .categorySpot.table2, .categorySpot.table3, .categorySpot.text-only, .categorySpot.text-narrow {
  max-width: 1100px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  .container, .rx-error-container, .rx-checkout-container, .richTextSpot.table1, .richTextSpot.table2, .richTextSpot.table3, .richTextSpot.text-only, .richTextSpot.text-narrow, .categorySpot.table1, .categorySpot.table2, .categorySpot.table3, .categorySpot.text-only, .categorySpot.text-narrow {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.container-with-nav {
  padding-left: 95px;
  padding-right: 95px;
}

h1 {
  font-size: 46px;
  color: #262626;
  line-height: 54px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

input {
  /*-webkit-appearance: none;*/
  font-size: 16px;
}
input::placeholder {
  font-size: 14px;
  color: #606A6D;
}

a.ui-tabs-anchor {
  outline: none !important;
}

.CB-container {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 2px;
  color: #687278;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.CB-container span:first-child {
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0;
  text-transform: uppercase;
  position: relative;
  display: block;
  bottom: 5px;
}
.CB-container {
  /*    &:hover {
          color: #262626;
          text-decoration: underline;
          font-weight: 600;
      }
  */
}

.CB-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #C6CCD2;
  border-radius: 2px;
  box-sizing: border-box;
}

.CB-container input:checked ~ .checkmark {
  background-color: #4C9A8C;
  border-color: #4C9A8C;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.CB-container input:checked ~ .checkmark:after {
  display: block;
}

.CB-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .checkmark {
    height: 22px;
    width: 22px;
  }
  .CB-container span:first-child {
    line-height: 24px;
    bottom: 6px;
  }
  .CB-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 13px;
  }
}
.form-control.text-box, .form-control input, form.text-box, form input {
  background-color: #FBFCFD;
  width: 100%;
  border: 1px solid #E5EAEC;
  border-radius: 3px;
  box-sizing: border-box;
  height: 48px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #262626;
}

.field-validation-error {
  font-size: 14px;
  line-height: 16px;
  color: #E66C57;
  position: relative;
  bottom: 15px;
}

.field-validation-valid {
  display: none;
}

.owl-carousel .owl-item img {
  height: auto;
}

.owl-nav {
  position: absolute;
  top: calc((50vw - 160px) / 2);
  width: calc(100% + 150px);
  margin-left: -75px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav .owl-prev {
  left: 0;
  transform: rotate(180deg);
}
.owl-nav .owl-next {
  right: 0;
}

.owl-nav [class*=owl-] {
  content: " ";
  position: absolute;
  height: 50px;
  width: 50px;
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/arrow_bold.svg");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .owl-nav [class*=owl-] {
    background-image: url("../../../../Static/AApoteket/Project/Website/icons/arrow1.svg");
  }
}
.category-banner .owl-nav [class*=owl-] {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/arrow1.svg");
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 50%;
  border: 1px solid #687278;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #262626;
  border-color: #262626;
}

.herobannercarousel .owl-dots {
  position: relative;
  margin-top: -28px !important;
}
@media screen and (max-width: 767px) {
  .herobannercarousel .owl-dots {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin-top: 0px !important;
  }
}
.herobannercarousel .owl-dot span {
  background: #ffffff;
  border: none;
}
.herobannercarousel .owl-dot.active span {
  background: #147c6a;
}

#dialog-overlay, .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(39, 47, 56, 0.5);
  display: none;
  overflow: auto;
}

.ui-dialog {
  background-color: #ffffff;
  z-index: 12;
  padding: 40px 50px;
  border-radius: 5px;
  max-width: 94%;
}
@media (max-width: 767px) {
  .ui-dialog {
    padding: 30px 13px 20px;
  }
}
.ui-dialog #returnMessage {
  position: relative;
  bottom: 15px;
}
.ui-dialog.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .ui-dialog-title {
  font-family: "Pharma", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  background-color: transparent;
  height: 30px;
  width: 30px;
  min-width: 0;
  padding: 7px;
  right: 13px;
  top: 13px;
  font-size: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  content: url("../../../../Static/AApoteket/Project/Website/icons/plus.svg");
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .ui-dialog .ui-dialog-titlebar-close {
    right: 4px;
    top: 7px;
  }
}
.ui-dialog form {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .ui-dialog form {
    margin-top: 20px;
  }
}
.ui-dialog a.button, .ui-dialog .herobanner .cta-block a, .herobanner .cta-block .ui-dialog a {
  color: #ffffff !important;
}

.top-navigation {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 11;
}
@media (hover: hover) {
  .top-navigation a:hover {
    color: #00705b;
  }
}
.top-navigation ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.top-navigation ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
.top-navigation ul li a {
  cursor: pointer;
}
.top-navigation > nav {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #f6f8fa;
  border-bottom: 1px solid #E5EAEC;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0;
  height: 37px;
}
.top-navigation > nav ul.left-links {
  background-color: #D9EAE7;
}
@media (max-width: 767px) {
  .top-navigation > nav ul.left-links {
    background-color: transparent;
  }
}
.top-navigation > nav ul.left-links li {
  position: relative;
  padding-right: 0;
}
.top-navigation > nav ul.left-links li a {
  padding: 9px 33px 11px 17px;
  display: block;
}
@media (max-width: 767px) {
  .top-navigation > nav ul.left-links li a {
    padding: 0;
  }
}
.top-navigation > nav ul.left-links li a::after {
  content: " ";
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_black.svg");
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  width: 14px;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  transform: rotate(270deg);
  top: 13px;
  right: 15px;
}
@media (max-width: 767px) {
  .top-navigation > nav ul.left-links li a::after {
    display: none;
  }
}
@media (hover: hover) {
  .top-navigation > nav ul.left-links li a:hover::after {
    content: " ";
    background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_black.svg");
    background-size: 10px 6px;
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    width: 14px;
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    transform: rotate(270deg);
    background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_green.svg");
    top: 13px;
    right: 15px;
  }
}
.top-navigation > nav ul.right-links {
  float: right;
}
.top-navigation > nav ul.right-links li#isuserloggedin {
  padding-left: 8px;
}
@media (max-width: 767px) {
  .top-navigation > nav ul.right-links li {
    background-color: transparent !important;
  }
}
.top-navigation > nav ul.right-links li a {
  display: block;
  padding: 9px 15px 11px 15px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .top-navigation > nav ul.right-links li a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .top-navigation > nav {
    display: none;
  }
}
.top-navigation header {
  position: relative;
  top: 37px;
  padding: 17px 27px 16px;
  border-bottom: 1px solid #E5EAEC;
  background-color: #ffffff;
}
.top-navigation header.cooperate {
  padding: 0 0 16px;
  top: 0;
}
.top-navigation header.cooperate .logo {
  max-width: 215px;
}
.top-navigation header.cooperate .logo img {
  width: 100%;
  height: auto;
}
.top-navigation header.cooperate nav {
  padding: 0;
  margin-right: 27px;
  margin-top: -45px;
}
.top-navigation header .pharmacy {
  position: relative;
  height: 66px;
  max-width: calc(100% - 1025px);
  padding: 0 15px 0 81px;
  margin: 0;
  display: block;
}
.top-navigation header .pharmacy .logo {
  content: " ";
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/Apoteket-online_Logo.png");
  height: 66px;
  width: 66px;
  position: absolute;
  top: 0;
  background-size: 100%;
  left: 0;
  background-repeat: no-repeat;
}
.top-navigation header .pharmacy h4 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-navigation header .pharmacy {
    height: 36px;
    padding: 0 15px 0 50px;
    max-width: calc(100% - 130px);
  }
  .top-navigation header .pharmacy .logo {
    background-image: url("../../../../Static/AApoteket/Project/Website/icons/Apoteket-online_Logo_small.png");
    height: 36px;
    width: 36px;
  }
  .top-navigation header .pharmacy h4 {
    font-size: 12px;
    line-height: 14px;
  }
}
.top-navigation header nav {
  display: inline-block;
  float: right;
  margin-top: -83px;
  padding: 0 0 0 15px;
}
.top-navigation header nav img.mitid_logo {
  position: relative;
  height: 11px;
  padding-left: 28px;
  top: -8px;
}
@media (max-width: 767px) {
  .top-navigation header nav img.mitid_logo {
    height: 15px;
    padding-left: 5px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .top-navigation header nav {
    display: block;
    position: absolute;
    line-height: 0;
    top: 45px;
    padding: 8px 15px;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #E5EAEC;
    border-top: 1px solid #E5EAEC;
    float: none;
    margin-top: 0;
    right: 0;
  }
  .top-navigation header nav.cooperate {
    margin: 0;
    position: static;
    border: none;
  }
}
.top-navigation header nav ul.header-links {
  font-family: "Pharma", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
}
.top-navigation header nav ul.header-links li.level-1 {
  margin-left: 25px;
  padding: 0;
}
@media (min-width: 767px) {
  .top-navigation header nav ul.header-links li.level-1 a {
    padding: 35px 0 36px;
  }
}
.top-navigation header nav ul.header-links li.level-1 a {
  display: block;
}
.top-navigation header nav ul.header-links li.level-1#isuserloggedin a#session-logout {
  padding-right: 0px;
  display: inline-block;
}
.top-navigation header nav ul.header-links li.level-1.rx {
  background-color: rgba(165, 95, 110, 0.5);
}
.top-navigation header nav ul.header-links li.level-1.rx + li.level-1 {
  margin-left: 14px;
}
.top-navigation header nav ul.header-links li.level-1.rx:hover {
  background-color: #D9EAE7;
}
.top-navigation header nav ul.header-links li.level-1.rx a {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .top-navigation header nav ul.header-links li.level-1.rx a {
    display: inline-block !important;
    padding: 17px 12px 17px 30px !important;
  }
}
.top-navigation header nav ul.header-links li.level-1.rx a:hover {
  color: #262626;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: none;
  background-color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 99px;
  background-color: #FBFCFD;
  border-top: 1px solid #E5EAEC;
  box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.3);
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .category {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 4px 0;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .links {
  width: 840px;
  max-width: calc(100% - 40px);
  margin-top: 30px;
  margin-left: calc(50% - 440px);
  margin-bottom: 30px;
  display: inline-block;
  -moz-columns: 3;
  -webkit-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .links .topic {
  display: block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  margin-bottom: 20px;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .links .topic .header {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 4px 0;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .links .topic ul {
  padding-top: 10px;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .links .topic ul li {
  display: block;
  line-height: 16px;
  padding: 3px 15px 3px 0;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .links .topic ul li a {
  padding: 0;
}
@media (max-width: 1300px) {
  .top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .links {
    margin-left: 20px;
    width: calc(100% - 280px);
  }
}
@media (max-width: 959px) {
  .top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .links {
    width: calc(100% - 240px);
  }
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .category-link {
  display: block;
  text-align: center;
  clear: both;
  padding: 15px;
  border-top: 1px solid #E5EAEC;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .topic-link a, .top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .category-link a {
  color: #00ab7f;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
}
.top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .topic-link a:hover, .top-navigation header nav ul.header-links li.level-1 .level-2 .level-3 .category-link a:hover {
  color: #00705B;
}
.top-navigation header nav ul.header-links li.level-1 .level-2.expanded .feature-column {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 235px;
  padding: 20px 20px 20px 0;
  font-size: 12px;
  line-height: 17px;
}
.top-navigation header nav ul.header-links li.level-1 .level-2.expanded .feature-column .header {
  padding: 6px 0 4px;
  line-height: 18px;
  font-weight: bold;
  line-height: 13px;
  text-transform: uppercase;
}
.top-navigation header nav ul.header-links li.level-1 .level-2.expanded .feature-column .description {
  padding-bottom: 20px;
}
.top-navigation header nav ul.header-links li.level-1 .level-2.expanded .feature-column img {
  max-width: 100%;
  height: auto;
  max-height: 140px;
  width: auto;
}
@media (max-width: 959px) {
  .top-navigation header nav ul.header-links li.level-1 .level-2.expanded .feature-column {
    max-width: 200px;
  }
}
.top-navigation header nav ul.header-links li.level-1 .level-2.expanded.top-navigation-articles {
  overflow-y: unset;
}
.top-navigation header nav ul.header-links li.level-1 .level-2.expanded.top-navigation-articles .feature-column {
  float: right;
  position: static;
}
.top-navigation header nav ul.header-links li.level-1 .level-2.expanded.top-navigation-articles .feature-column ul, .top-navigation header nav ul.header-links li.level-1 .level-2.expanded.top-navigation-articles .feature-column li {
  display: block;
}
.top-navigation header nav ul.header-links li.level-1.expanded .level-2 {
  display: block;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-navigation header nav ul.header-links li.level-1.expanded .level-2 {
    overflow-y: auto;
    max-height: calc(100vh - 180px);
  }
}
@media (max-width: 767px) {
  .top-navigation header nav ul.header-links {
    display: none;
  }
  .top-navigation header nav ul.header-links.cooperate {
    display: block;
  }
  .top-navigation header nav ul.header-links.cooperate li:first-child {
    margin-left: 14px;
  }
}
.top-navigation header nav ul.header-actions {
  padding: 26px 0 26px;
}
.top-navigation header nav ul.header-actions .header-search {
  position: relative;
  margin-left: 30px;
  margin-right: 15px;
}
.top-navigation header nav ul.header-actions .header-search form {
  margin: 0;
}
.top-navigation header nav ul.header-actions .header-search .search-input {
  border: 1px solid #E5EAEC;
  background-color: #FBFCFD !important;
  height: 42px;
  width: 220px;
  padding: 0 50px 0 15px;
  margin-bottom: 0;
  border-radius: 3px;
}
.top-navigation header nav ul.header-actions .header-search .search-input::placeholder {
  font-style: italic;
  color: transparent;
}
.top-navigation header nav ul.header-actions .header-search icon.search {
  content: " ";
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/search.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  height: 44px;
  width: 44px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .top-navigation header nav ul.header-actions {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .top-navigation header nav ul.header-actions .header-search {
    width: 100%;
    margin: 0;
  }
  .top-navigation header nav ul.header-actions .header-search .twitter-typeahead {
    width: 100%;
  }
  .top-navigation header nav ul.header-actions .header-search .search-input {
    width: 100%;
    padding: 0 45px 0 15px;
  }
  .top-navigation header nav ul.header-actions .header-search .search-input::placeholder {
    color: #687278;
  }
  .top-navigation header nav ul.header-actions .header-search icon.search {
    right: 3px;
  }
}
.top-navigation header nav ul.header-actions li a {
  height: 47px;
  width: 47px;
  border-radius: 50%;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .top-navigation header nav ul.header-actions li a {
    height: 30px;
    width: 30px;
  }
}
.top-navigation header nav ul.header-actions .favorites a {
  background-size: contain;
  height: 47px;
  width: 47px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .top-navigation header nav ul.header-actions .favorites a {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
  }
}
.top-navigation header nav ul.header-actions .favorites a.full {
  background-color: #F1DADB;
}
.top-navigation header nav ul.header-actions .favorites a.full:hover {
  background-color: #F8D0D2;
}
.top-navigation header nav ul.header-actions .favorites a.empty {
  background-color: #F6F8FA;
}
@media (max-width: 767px) {
  .top-navigation header nav ul.header-actions .favorites {
    right: 68px;
  }
  .top-navigation header nav ul.header-actions .favorites a::before {
    background-size: 16px 14px;
    height: 30px;
    width: 30px;
  }
}
.top-navigation header nav ul.header-actions .minicart {
  position: relative;
}
@media (min-width: 767px) {
  .top-navigation header nav ul.header-actions .minicart .go-to-basket {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-navigation header nav ul.header-actions .minicart .show-mini-basket {
    display: none;
  }
}
.top-navigation header nav ul.header-actions .minicart a {
  background-color: #F6F8FA;
  margin-left: 10px;
}
.top-navigation header nav ul.header-actions .minicart a::before {
  content: " ";
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/bag.svg");
  background-size: 17px 22px;
  background-repeat: no-repeat;
  background-position: center;
  height: 17px;
  width: 22px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 47px;
}
.top-navigation header nav ul.header-actions .minicart a:hover {
  background-color: #00ab7f;
}
.top-navigation header nav ul.header-actions .minicart a:hover::before {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/bag_white.svg");
}
.top-navigation header nav ul.header-actions .minicart .quantity {
  display: none;
  position: absolute;
  top: -1px;
  right: -10px;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  color: white;
  background-color: #E66C57;
  font-size: 12px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
}
@media (max-width: 480px) {
  .top-navigation header nav ul.header-actions .minicart .quantity {
    transition: transform 0.2s ease-in-out;
  }
  .top-navigation header nav ul.header-actions .minicart .quantity.pulse {
    transform: scale(1.2);
  }
}
.top-navigation header nav ul.header-actions .minicart.has-items a {
  background-color: #00ab7f;
}
.top-navigation header nav ul.header-actions .minicart.has-items a::before {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/bag_white.svg");
}
.top-navigation header nav ul.header-actions .minicart.has-items .quantity {
  display: block;
}
@media (max-width: 767px) {
  .top-navigation header nav ul.header-actions .minicart {
    position: absolute;
    right: 28px;
  }
  .top-navigation header nav ul.header-actions .minicart a::before {
    background-size: 16px 18px;
    height: 30px;
    width: 30px;
  }
  .top-navigation header nav ul.header-actions .minicart .quantity {
    display: none;
  }
}
.top-navigation header nav ul.header-actions .menu-toggle {
  width: 46px;
  height: 46px;
  position: absolute;
  top: -54px;
  right: -16px;
}
.top-navigation header nav ul.header-actions .menu-toggle icon.menu {
  width: 16px;
  height: 12px;
  margin-top: 17px;
  margin-left: 15px;
  content: url("../../../../Static/AApoteket/Project/Website/icons/burger.png");
}
@media (max-width: 1285px) and (min-width: 768px) {
  .top-navigation header {
    padding: 17px 15px 16px;
  }
  .top-navigation header .pharmacy {
    max-width: calc(100% - 725px);
  }
  .top-navigation header .pharmacy h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1285px) and (min-width: 768px) and (max-width: 800px) {
  .top-navigation header .pharmacy h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1285px) and (min-width: 768px) {
  .top-navigation header nav {
    padding: 0 5px;
  }
  .top-navigation header nav ul.header-links {
    margin-right: 60px;
  }
  .top-navigation header nav ul.header-links li.level-1 {
    margin-left: 12px;
  }
  .top-navigation header nav ul.header-links li.level-1.rx + li.level-1 {
    margin-left: 8px;
  }
  .top-navigation header nav ul.header-actions .header-search {
    position: absolute;
    right: 120px;
    top: 28px;
  }
  .top-navigation header nav ul.header-actions .header-search .search-input {
    width: 355px;
  }
  .top-navigation header nav ul.header-actions .header-search .search-input.hide-on-tablet {
    display: none !important;
  }
  .top-navigation header nav ul.header-actions .header-search icon.search {
    right: 0;
  }
  .top-navigation header nav ul.header-actions .minicart a {
    margin-left: 8px;
  }
}
@media (max-width: 855px) and (min-width: 768px) {
  .top-navigation header nav ul.header-links {
    font-size: 14px;
    margin-right: 45px;
  }
  .top-navigation header nav ul.header-links li.level-1 {
    margin-left: 10px;
  }
  .top-navigation header nav ul.header-actions li.header-search {
    right: 112px;
  }
}
@media (max-width: 935px) and (min-width: 768px) {
  .top-navigation header .pharmacy {
    padding: 0px;
  }
  .top-navigation header .pharmacy .logo {
    display: none;
  }
}
@media (max-width: 1285px) and (min-width: 768px) {
  .top-navigation header .search-input.hide-on-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .top-navigation header {
    top: 0;
    padding: 5px 10px 5px;
  }
  .top-navigation header .favorites, .top-navigation header .minicart {
    position: absolute;
    top: -47px;
    right: 0;
  }
}
.top-navigation .mobile-menu-top {
  line-height: 44px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
.top-navigation .menu-close {
  display: none;
}
.top-navigation.menu-open {
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
}
.top-navigation.menu-open .mobile-menu-top, .top-navigation.menu-open .menu-close {
  display: block;
}
.top-navigation.menu-open ul li {
  display: block;
}
.top-navigation.menu-open > nav {
  display: block;
  position: absolute;
  bottom: 0;
  top: unset;
  height: auto;
  border: none;
  background-color: #ffffff;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 32px;
  padding: 0 48px 35px;
}
.top-navigation.menu-open > nav a {
  color: #00ab7f;
}
.top-navigation.menu-open > nav ul.left-links {
  display: block;
  padding: 0;
}
.top-navigation.menu-open > nav ul.left-links li::after {
  display: none;
}
.top-navigation.menu-open > nav ul.right-links {
  display: block;
  float: none;
}
.top-navigation.menu-open > nav ul.right-links li {
  margin: 0;
}
.top-navigation.menu-open header nav {
  top: 0;
  padding: 0;
  width: 100%;
  height: 45px;
}
.top-navigation.menu-open header nav .menu-close {
  position: fixed;
  right: 20px;
  top: 11px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00ab7f;
  z-index: 2;
}
.top-navigation.menu-open header nav ul.header-links {
  font-family: "Open Sans", sans-serif;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
.top-navigation.menu-open header nav ul.header-links li.level-1 {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E5EAEC;
  background-color: #f6f8fa;
}
.top-navigation.menu-open header nav ul.header-links li.level-1:nth-child(4) {
  background-color: #FFF3C8;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.rx {
  background-color: rgba(165, 95, 110, 0.5);
}
.top-navigation.menu-open header nav ul.header-links li.level-1.rx + li.level-1 {
  margin-left: 0;
}
.top-navigation.menu-open header nav ul.header-links li.level-1 > a {
  padding: 17px 30px;
  display: block;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded {
  top: 0;
  position: absolute;
  width: 100%;
  background: transparent;
  padding: 0;
  height: 44px;
  min-height: 100vh;
  background: #ffffff;
  border-bottom: none;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded > a {
  width: 100%;
  padding: 14px 0px 14px;
  background: #ffffff;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  margin-top: -45px;
  z-index: 1;
  position: fixed;
  border-bottom: 1px solid #E5EAEC;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded > a:before {
  content: " ";
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_lightgreen.svg");
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  width: 14px;
  display: block;
  position: absolute;
  top: 18px;
  left: 16px;
  transform: rotate(90deg);
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 {
  box-shadow: none;
  position: static;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2:last-child {
  border-bottom: 1px solid #E5EAEC;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .category, .top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 #top-navigation-offers {
  padding: 14px 20px;
  line-height: 16px;
  background-color: #f6f8fa;
  font-weight: normal;
  position: relative;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .category:after, .top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 #top-navigation-offers:after {
  top: 18px;
  right: 18px;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 #top-navigation-offers {
  border-bottom: 1px solid #E5EAEC;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 {
  display: none;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .links {
  margin: 0;
  width: 100%;
  max-width: 100%;
  -moz-columns: auto;
  -webkit-columns: auto;
  columns: auto;
  padding-bottom: 49px;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .links .topic {
  display: block;
  margin: 0;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .links .topic .header {
  padding: 12px 20px;
  border-bottom: 1px solid #E5EAEC;
  background-color: #fbfcfd;
  position: relative;
  text-transform: none;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .links .topic ul {
  background-color: white;
  display: block;
  text-transform: none;
  color: #687278;
  padding: 0;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .links .topic ul li {
  padding: 0;
  border-bottom: 1px solid #E5EAEC;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .links .topic ul li a {
  padding: 13px 20px 13px 30px;
  display: block;
  color: #687278;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .links .topic .topic-link {
  display: none;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .feature-column {
  display: none;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2 .level-3 .category-link {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 12px 0;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2.expanded .category {
  background-color: #e5eaec;
  font-weight: bold;
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2.expanded .category:after {
  transform: rotate(180deg);
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_grey.svg");
}
.top-navigation.menu-open header nav ul.header-links li.level-1.expanded .level-2.expanded .level-3 {
  display: block;
}
.top-navigation.menu-open .pharmacy, .top-navigation.menu-open .header-actions {
  display: none;
}

#top-navigation-products .ui-tabs-nav {
  width: 190px;
  position: absolute;
  top: 12px;
  left: 12px;
}
#top-navigation-products .ui-tabs-nav li {
  display: block;
  background-color: #ffffff;
  margin-bottom: 2px;
}
#top-navigation-products .ui-tabs-nav li.ui-tabs-active {
  background-color: #D9EAE7;
}
#top-navigation-products .ui-tabs-nav li.offers {
  background-color: #FFF3C8;
}
#top-navigation-products .ui-tabs-nav li.rx {
  background-color: rgba(165, 95, 110, 0.5);
}
#top-navigation-products .ui-tabs-nav li a {
  padding: 17px 25px;
  line-height: 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: block;
  color: inherit;
}
@media (hover: hover) {
  #top-navigation-products .ui-tabs-nav li:hover {
    background-color: #D9EAE7 !important;
  }
  #top-navigation-products .ui-tabs-nav li:hover a {
    color: #262626 !important;
  }
}
#top-navigation-products .ui-tabs-panel .links {
  min-height: 380px;
  margin-left: calc(50% - 400px);
  max-width: calc(100% - 520px);
}
#top-navigation-products .ui-tabs-panel .links.brands {
  columns: 1;
}
#top-navigation-products .ui-tabs-panel .links.brands ul {
  display: block;
  -moz-columns: 4;
  -webkit-columns: 4;
  columns: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-top: 20px;
}
#top-navigation-products .ui-tabs-panel .brand-column {
  width: 185px;
  display: inline-block;
  float: right;
  padding: 30px 20px 20px 0;
}
#top-navigation-products .ui-tabs-panel .brand-column .header {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding: 4px 0 25px;
}
#top-navigation-products .ui-tabs-panel .brand-column ul {
  display: block;
}
#top-navigation-products .ui-tabs-panel .brand-column ul li {
  display: block;
  margin-bottom: 5px;
}
#top-navigation-products .ui-tabs-panel .brand-column ul li a {
  display: block;
  position: relative;
  height: 54px;
}
#top-navigation-products .ui-tabs-panel .brand-column ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 114, 120, 0.05);
  z-index: 100;
}
#top-navigation-products .ui-tabs-panel .brand-column ul li a img {
  max-width: 110px;
  height: auto;
  max-height: 54px;
  width: auto;
  margin: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#top-navigation-products .ui-tabs-panel .brand-column .feature-column {
  max-width: 200px;
  padding-right: 12px;
}
#top-navigation-products .ui-tabs-panel category.offers {
  background-color: #FFF3C8;
}

@media (max-width: 1300px) {
  #top-navigation-products .ui-tabs-nav {
    width: 170px;
  }
  #top-navigation-products .ui-tabs-nav li a {
    padding: 17px 15px;
  }
  #top-navigation-products .ui-tabs-panel .links {
    margin-left: 210px;
    max-width: none;
    width: calc(100% - 420px);
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  #top-navigation-products .ui-tabs-panel .links.brands ul {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }
  #top-navigation-products .feature-column {
    max-width: 200px;
    padding-right: 12px;
  }
}
@media (max-width: 959px) {
  #top-navigation-products .ui-tabs-panel .links {
    width: calc(100% - 210px);
  }
  #top-navigation-products .ui-tabs-panel .brand-column {
    display: none;
  }
  #top-navigation-products .feature-column {
    display: none;
  }
}
@media (max-width: 767px) {
  #top-navigation-products {
    border: none;
  }
  #top-navigation-products .level-3 {
    display: none;
  }
  #top-navigation-products .level-3 .links {
    padding-bottom: 0;
  }
  #top-navigation-products .level-3 .links .topic .topic-link {
    display: block;
    border-bottom: 1px solid #E5EAEC;
    border-top: none;
    padding: 13px 20px 13px 30px;
    text-align: left;
    line-height: 18px;
    background-color: #ffffff;
  }
  #top-navigation-products .level-3 .category-link {
    position: relative;
    border-bottom: 1px solid #E5EAEC;
    border-top: none;
    padding: 13px 20px 13px 30px;
    text-align: left;
    line-height: 18px;
  }
  #top-navigation-products .level-3 .category-link a {
    display: block;
  }
  #top-navigation-products .level-3 .brand-column {
    display: none;
  }
  #top-navigation-products .category {
    background-color: #f6f8fa;
    border-bottom: 1px solid #E5EAEC;
    font-weight: normal;
    display: block;
  }
  #top-navigation-products .category:after {
    content: " ";
    background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_lightgreen.svg");
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    width: 14px;
    display: block;
    position: absolute;
    transform: rotate(0deg);
  }
  #top-navigation-products .category.expanded {
    background-color: #e5eaec;
    font-weight: bold;
  }
  #top-navigation-products .category.expanded:after {
    transform: rotate(180deg);
    background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_grey.svg");
  }
  #top-navigation-products .category.expanded + .level-3 {
    display: block;
  }
}

.main-body {
  position: relative;
  overflow: hidden;
  top: 136px;
}
@media (max-width: 767px) {
  .main-body {
    top: 105px;
  }
  .main-body.checkout {
    top: 47px;
    position: relative;
    overflow: unset;
  }
}
.main-body.infoBar-break-0 {
  top: 180px;
}
.main-body.infoBar-break-1 {
  top: 204px;
}
.main-body.infoBar-break-2 {
  top: 193px;
}
.main-body.infoBar-break-3 {
  top: 217px;
}
.main-body.infoBar-break-4 {
  top: 241px;
}
.main-body.infoBar-break-5 {
  top: 265px;
}

.main-body-cooperate {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-body-cooperate {
    top: 105px;
  }
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: transparent;
  display: none;
  overflow: auto;
}

.disclaimer div {
  background-color: #E66C57;
  text-align: center;
  width: calc(100% + 54px);
  margin-left: -26px;
  min-height: 40px;
  padding: 8px 30px;
  color: white;
  display: inline-block;
  position: relative;
  bottom: -1px;
}
@media (max-width: 767px) {
  .disclaimer div {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 8px 15px;
  }
}

.top-navigation.menu-open .disclaimer div {
  z-index: -1;
}

header.shifted {
  padding-bottom: 0;
}

#logout-li.logged-out {
  display: none;
}

.footer {
  background-color: #00705b;
  color: #ffffff;
  padding-top: 55px;
  padding-bottom: 40px;
  min-height: 330px;
  position: relative;
  box-sizing: content-box;
}
.footer a {
  color: #ffffff;
}
.footer .col {
  display: inline-block;
  max-width: 183px;
  width: 20%;
  padding-right: 15px;
  padding-left: 0;
  vertical-align: top;
  box-sizing: content-box;
}
.footer .col.cooperate {
  width: auto;
  max-width: none;
}
@media (max-width: 767px) {
  .footer .col.cooperate {
    text-align: center;
    padding-bottom: 0;
  }
}
.footer .col.cooperate a {
  display: inline-block;
  cursor: pointer;
}
.footer .col.cooperate a:hover {
  font-weight: 300;
}
.footer .col h3 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 30px;
}
.footer .col a {
  display: block;
  font-size: 13px;
  line-height: 17px;
  padding: 5px 0;
  font-weight: 300;
}
.footer .col a.button, .footer .col .herobanner .cta-block a, .herobanner .cta-block .footer .col a {
  font-weight: 600;
}
@media (hover: hover) {
  .footer .col > a:hover {
    text-decoration: underline;
    font-weight: 400;
  }
}
.footer .col.images {
  padding-left: 50px;
  padding-right: 0;
  width: calc(20% - 20px);
}
.footer .col.images a {
  padding: 0;
}
.footer .col.images a img {
  margin-bottom: 24px;
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}
.footer .copyright {
  opacity: 0.5;
  font-size: 13px;
  line-height: 17px;
  padding-top: 10px;
  position: absolute;
  bottom: 40px;
}
@media screen and (max-width: 700px) {
  .footer {
    padding-top: 45px;
    padding-bottom: 220px;
  }
  .footer .col {
    width: calc(50% - 25px);
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer .col h3 {
    font-size: 20px;
  }
  .footer .col.images {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .footer .col.images a {
    display: inline-block;
    max-width: 32%;
  }
  .footer .col.images a img {
    padding: 0 25px;
  }
  .footer .copyright {
    bottom: 15px;
    width: calc(100% - 24px);
    padding: 0 12px;
    left: 0;
    text-align: center;
  }
}

.footer-search {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  background-color: #E5EAEC;
  padding: 13px;
  margin: auto;
  text-align: center;
}
.footer-search p {
  margin: 0;
  display: inline-block;
  padding: 10px 0;
}
.footer-search form {
  display: inline-block;
  padding: 10px 0;
  max-width: 100%;
  position: relative;
  margin: 0;
}
.footer-search .search-btn {
  min-width: 98px;
  height: 46px;
  position: relative;
  bottom: 1px;
}
.footer-search .search-input {
  margin-left: 30px;
  margin-right: 8px;
  margin-bottom: 0;
  background-color: #ffffff;
  border: 1px solid #E5EAEC;
  border-style: solid;
  height: 44px;
  width: 320px;
  max-width: calc(100% - 119px);
  padding: 0 20px;
  border-radius: 3px;
  box-sizing: content-box;
}
.footer-search icon.search {
  content: " ";
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/search.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  height: 44px;
  width: 44px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  top: 11px;
  border-radius: 3px;
  right: 112px;
}
@media (max-width: 700px) {
  .footer-search {
    background-color: #F6F8FA;
    padding: 15px 20px;
  }
  .footer-search p {
    display: block;
  }
  .footer-search .search-input {
    max-width: calc(100% - 136px);
    margin-left: 0;
    height: 42px;
    float: left;
    box-sizing: content-box;
  }
  .footer-search .search-btn {
    min-width: 81px;
    height: 44px;
    float: right;
  }
  .footer-search icon.search {
    right: 96px;
    height: 42px;
    width: 42px;
  }
}
@media (max-width: 480px) {
  .footer-search {
    padding: 15px 12px;
  }
}

.info-box {
  background-color: #00705b;
  color: #ffffff;
  padding: 35px 65px 85px;
}
.info-box .pharmacy-infobox {
  text-align: center;
  margin: auto;
  width: 171px;
  color: #ffffff;
}
.footer .info-box .pharmacy-infobox {
  text-align: center;
}
.footer .info-box .pharmacy-infobox .toggle-infobox {
  display: none;
}
.info-box .pharmacy-infobox .open-status {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
}
.info-box .pharmacy-infobox .opening-hours span {
  font-size: 28px;
  line-height: 34px;
}
.info-box .pharmacy-infobox .opening-hours .on-call {
  font-size: 17px;
  line-height: 25px;
  padding-top: 2px;
}
.info-box .pharmacy-infobox .opening-hours a {
  font-size: 12px;
  line-height: 17px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding-top: 4px;
  display: block;
}
.info-box .pharmacy-infobox .pharmacy-contact {
  font-size: 12px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: 300;
}
.info-box .pharmacy-infobox .pharmacy-contact .pharmacy-name {
  font-weight: 600;
}
.info-box .pharmacy-infobox .buttons a.button, .info-box .pharmacy-infobox .buttons .herobanner .cta-block a, .herobanner .cta-block .info-box .pharmacy-infobox .buttons a {
  padding: 10px 0;
  font-size: 12px;
  height: auto;
  margin-top: 10px;
  display: block;
  width: 171px;
  margin: auto;
  margin-top: 10px;
}
.footer .info-box {
  display: inline-block;
  padding: 0;
  float: right;
  width: 183px;
}
@media screen and (min-width: 701px) {
  .footer .info-box .pharmacy-infobox {
    text-align: left;
  }
}
.footer .info-box .pharmacy-infobox .text-box {
  min-height: 188px;
}
.footer .info-box .pharmacy-infobox .opening-hours a {
  text-transform: uppercase;
  padding-top: 8px;
}
@media (max-width: 700px) {
  .footer .info-box {
    display: block;
    max-width: 100%;
    width: auto;
    padding: 55px 0px;
    float: none;
  }
  .info-box .pharmacy-infobox .text-box {
    min-height: auto;
    min-width: 171px;
  }
  .info-box .pharmacy-infobox .text-box .open-status {
    font-size: 14px;
    line-height: 22px;
  }
  .info-box .pharmacy-infobox .text-box .pharmacy-contact {
    font-size: 14px;
    line-height: 22px;
    margin-top: 11px;
    margin-bottom: 26px;
  }
  .info-box .pharmacy-infobox .text-box .opening-hours a {
    margin-top: 8px;
    text-transform: uppercase;
    line-height: 22px;
  }
}

.container.search-page, .search-page.rx-error-container, .search-page.rx-checkout-container, .search-page.richTextSpot.table1, .search-page.richTextSpot.table2, .search-page.richTextSpot.table3, .search-page.richTextSpot.text-only, .search-page.richTextSpot.text-narrow, .search-page.categorySpot.table1, .search-page.categorySpot.table2, .search-page.categorySpot.table3, .search-page.categorySpot.text-only, .search-page.categorySpot.text-narrow {
  position: relative;
}
@media screen and (min-width: 1460px) {
  .container.search-page, .search-page.rx-error-container, .search-page.rx-checkout-container, .search-page.richTextSpot.table1, .search-page.richTextSpot.table2, .search-page.richTextSpot.table3, .search-page.richTextSpot.text-only, .search-page.richTextSpot.text-narrow, .search-page.categorySpot.table1, .search-page.categorySpot.table2, .search-page.categorySpot.table3, .search-page.categorySpot.text-only, .search-page.categorySpot.text-narrow {
    max-width: 1425px;
  }
}
.container.search-page .breadcrumb, .search-page.rx-error-container .breadcrumb, .search-page.rx-checkout-container .breadcrumb, .search-page.richTextSpot.table1 .breadcrumb, .search-page.richTextSpot.table2 .breadcrumb, .search-page.richTextSpot.table3 .breadcrumb, .search-page.richTextSpot.text-only .breadcrumb, .search-page.richTextSpot.text-narrow .breadcrumb, .search-page.categorySpot.table1 .breadcrumb, .search-page.categorySpot.table2 .breadcrumb, .search-page.categorySpot.table3 .breadcrumb, .search-page.categorySpot.text-only .breadcrumb, .search-page.categorySpot.text-narrow .breadcrumb {
  border-bottom: none;
  padding: 0px 0px;
}

.search-result-count {
  margin-bottom: 37px;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: #687278;
}
@media screen and (min-width: 1460px) {
  .search-result-count {
    max-width: 1425px;
  }
}
@media screen and (max-width: 767px) {
  .search-result-count {
    display: none;
  }
}

button.filter-open {
  display: none;
  width: 100%;
  border-color: #E5EAEC;
  max-width: calc(50% - 7px);
  font-weight: 600;
  line-height: 15px;
  color: #687278;
  font-size: 13px;
  letter-spacing: 0.5px;
  min-width: 0;
}
button.filter-open.show {
  display: block;
}

.search-slim {
  float: left;
  width: 24%;
  max-width: 233px;
  overflow: hidden;
}
.search-slim.article-wide {
  float: initial;
  max-width: initial;
  overflow: initial;
  width: 100%;
}
.search-slim.article-wide button.filter-open {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-slim {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.search-slim button:not(.filter-open) {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-slim button:not(.filter-open) {
    display: block;
  }
}
.search-slim button:not(.filter-open) {
  width: 100%;
  border-color: #E5EAEC;
  max-width: 100%;
  font-weight: 600;
  line-height: 15px;
  color: #687278;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.search-slim .links {
  padding: 18px 0;
  border-top: 1px solid #E5EAEC;
}
.search-slim .links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-slim .links ul li a {
  font-size: 13px;
  line-height: 15px;
  padding: 5px 0;
  color: #687278;
  text-transform: uppercase;
}
@media (hover: hover) {
  .search-slim .links ul li a:hover {
    color: #262626;
    text-decoration: underline;
    font-weight: 600;
  }
}
.search-slim .links .header {
  display: none;
  background-color: #f6f8fa;
  padding: 10px 20px;
  margin: 0;
  line-height: 24px;
  font-weight: normal;
  border-bottom: 1px solid #E5EAEC;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.search-slim .links .header span:after {
  content: " ";
  background-image: url(../../../../Static/AApoteket/Project/Website/icons/chevron_lightgreen.svg);
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  width: 14px;
  display: block;
  position: absolute;
  top: 18px;
  right: 16px;
  transform: rotate(180deg);
}
.search-slim .links .header.closed span:after {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .search-slim .links {
    display: none;
    padding: 0;
    border: none;
  }
  .search-slim .links ul li a {
    padding: 13px;
    display: block;
    border-bottom: 1px solid #E5EAEC;
    font-size: 14px;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .search-slim .product-facets {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .search-slim .product-facets {
    display: block !important;
  }
}
.search-slim .product-facets .product-facet {
  padding: 19px 0;
  border-top: 1px solid #E5EAEC;
}
.search-slim .product-facets .product-facet:first-child {
  border-top: none;
}
.search-slim .product-facets .product-facet .header {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-transform: uppercase;
  color: #262626;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
}
.search-slim .product-facets .product-facet .header span {
  width: calc(100% - 25px);
  display: block;
  overflow: hidden;
}
.search-slim .product-facets .product-facet .header.closed .close {
  transform: translateY(-50%);
}
.search-slim .product-facets .product-facet .header .close {
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  cursor: pointer;
  position: absolute;
  transition-duration: 0.5s;
}
.search-slim .product-facets .product-facet .options {
  padding: 20px 0 0 0;
  color: #687278;
}
.search-slim .product-facets .product-facet .options.grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.search-slim .product-facets .product-facet .options span:hover {
  color: #262626;
  text-decoration: underline;
}
.search-slim .product-facets .product-facet .open-brand-selector {
  color: #00ab7f;
  font-size: 14px;
  padding-top: 5px;
  display: block;
}
@media (hover: hover) {
  .search-slim .product-facets .product-facet .open-brand-selector:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .search-slim .product-facets .product-facet {
    padding: 0;
    border: none;
  }
  .search-slim .product-facets .product-facet .header {
    background-color: #f6f8fa;
    padding: 10px 20px;
    margin: 0;
    line-height: 24px;
    font-weight: normal;
    border-bottom: 1px solid #E5EAEC;
  }
  .search-slim .product-facets .product-facet .header img {
    display: none;
  }
  .search-slim .product-facets .product-facet .header span:after {
    content: " ";
    background-image: url(../../../../Static/AApoteket/Project/Website/icons/chevron_lightgreen.svg);
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    width: 14px;
    display: block;
    position: absolute;
    top: 18px;
    right: 16px;
    transform: rotate(180deg);
  }
  .search-slim .product-facets .product-facet .header.closed span:after {
    transform: rotate(0deg);
  }
  .search-slim .product-facets .product-facet .options {
    background-color: #ffffff;
    padding: 0;
  }
  .search-slim .product-facets .product-facet .options .CB-container {
    margin: 0;
    padding: 0;
    line-height: 0;
    border-bottom: 1px solid #E5EAEC;
  }
  .search-slim .product-facets .product-facet .options .CB-container input {
    margin: 0;
  }
  .search-slim .product-facets .product-facet .options .CB-container input:checked ~ .checkmark {
    background-color: transparent;
    border-color: #C6CCD2;
  }
  .search-slim .product-facets .product-facet .options .CB-container input:checked ~ .checkmark:after {
    height: 11px;
    width: 11px;
    background-color: #00AB7F;
    border-radius: 50%;
    border: none;
    transform: none;
    top: 3px;
    left: 3px;
  }
  .search-slim .product-facets .product-facet .options .CB-container span:first-child {
    font-size: 14px;
    padding: 15px 42px;
    bottom: 0;
    text-transform: none;
  }
  .search-slim .product-facets .product-facet .options .CB-container .checkmark {
    border-radius: 50%;
    height: 19px;
    width: 19px;
    top: 17px;
    left: 13px;
  }
  .search-slim .product-facets .product-facet .open-brand-selector {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00ab7f;
    padding: 10px 15px;
    border-bottom: 1px solid #E5EAEC;
  }
}
.search-slim .product-facets .article-facet .header .close {
  display: none;
}
.search-slim .filter-menu-header, .search-slim .filter-menu-bottom {
  display: none;
}
.search-slim .filter-menu-header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #E5EAEC;
}
.search-slim .filter-menu-header .title {
  line-height: 44px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.search-slim .filter-menu-header span {
  position: fixed;
  top: 11px;
  line-height: 22px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00ab7f;
  z-index: 1;
}
.search-slim .filter-menu-header span.reset {
  left: 20px;
}
.search-slim .filter-menu-header span.filter-close {
  right: 20px;
}
.search-slim .filter-menu-bottom {
  padding: 15px 13px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
}
.search-slim .filter-menu-bottom button {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .search-slim.open {
    height: calc(100% - 75px);
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    top: 104px;
    position: fixed;
    width: 100%;
    z-index: 10;
    margin: 0;
    float: none;
    left: 0;
    background-color: #FBFCFD;
  }
  .search-slim.open .filter-menu-header, .search-slim.open .product-facets, .search-slim.open .article-facets, .search-slim.open .filter-menu-bottom, .search-slim.open .links, .search-slim.open .links .header {
    display: block;
  }
}

.article-facet-container {
  max-height: 560px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .article-facet-container:not(.open) .article-facet-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .article-facet-container:not(.open) .article-facets {
    display: none !important;
  }
  .article-facet-container:not(.open) .image-container {
    display: none !important;
  }
  .article-facet-container:not(.open) .button-container {
    display: none !important;
  }
  .article-facet-container.open {
    height: calc(100% - 75px);
    min-height: calc(100% - 75px);
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    top: 105px;
    position: fixed;
    width: 100%;
    z-index: 10;
    margin: 0;
    float: none;
    left: 0;
  }
  .article-facet-container.open .filter-menu-header, .article-facet-container.open .product-facets, .article-facet-container.open .article-facets, .article-facet-container.open .filter-menu-bottom, .article-facet-container.open .links, .article-facet-container.open .links .header {
    display: block;
  }
  .article-facet-container.open .article-facets {
    margin-top: 20px;
  }
  .article-facet-container.open .article-facets .article-facet .options {
    grid-template-columns: 100%;
    margin-left: 25px;
    margin-bottom: 75px;
  }
  .article-facet-container.open .article-facet-header {
    display: none;
  }
  .article-facet-container.open .article-facet-subheader {
    display: none;
  }
  .article-facet-container.open .image-container {
    display: none;
  }
  .article-facet-container.open .button-container {
    display: flex;
    position: fixed;
    bottom: 0px;
  }
  .article-facet-container.open .button-container button.full-width {
    background: #d9eae7 !important;
    color: #262626;
    border-radius: 0;
  }
  .article-facet-container.open .button-container button.filter-close {
    margin-bottom: 0px;
    color: white;
    background-color: #00705b;
    border-radius: 0;
  }
}
.article-facet-container .article-facets .article-facet .options {
  color: #687278;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.article-facet-container .article-facets .article-facet .options span:hover {
  color: #262626;
  text-decoration: underline;
}
.article-facet-container .filter-open-article {
  background-color: #00ab7f;
  color: white !important;
}
.article-facet-container .article-facet-header {
  width: 100%;
  margin: 0;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}
.article-facet-container .article-facet-subheader {
  width: 100%;
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
}
.article-facet-container .image-container {
  max-width: 300px;
  max-height: 400px;
  flex: 1;
  margin: 0px 20px 10px 0px;
}
.article-facet-container .button-container {
  width: 100%;
}
.article-facet-container .button-container button.full-width {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
  background-color: #00705b !important;
  color: white;
}
.article-facet-container .article-facet-image {
  max-width: 100%;
  max-height: 100%;
}
.article-facet-container .article-facets {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .search-page .search-slim.open {
    height: 100%;
    padding-bottom: 74px;
  }
}

.search-wide {
  float: right;
  width: 844px;
  max-width: 76%;
  margin-bottom: 60px;
  overflow: hidden;
}
.search-wide.article-wide {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .search-wide {
    max-width: none;
    width: calc(100% + 14px);
    margin-bottom: 30px;
  }
  .search-wide.article-wide {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .search-wide {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1460px) {
  .search-wide {
    width: 1125px;
    max-width: calc(100% - 233px);
  }
}
.search-wide .article-grid {
  width: 100%;
  display: table;
  box-sizing: border-box;
  text-align: center;
}
.search-wide .article-grid .article-results {
  display: table;
  width: 100%;
  text-align: left;
}
.search-wide .article-grid .article-results .article-spot {
  width: 47.100591%;
  float: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .search-wide .article-grid .article-results .article-spot {
    margin-bottom: 45px;
    width: 100%;
  }
}
.search-wide .article-grid .article-results .article-spot:nth-child(odd) {
  margin-right: 5.325443%;
}
@media screen and (max-width: 480px) {
  .search-wide .article-grid .article-results .article-spot:nth-child(odd) {
    margin-right: 0;
  }
}
.search-wide .article-grid .article-results .article-spot .image {
  display: grid;
}
@media (hover: hover) {
  .search-wide .article-grid .article-results .article-spot .image:hover {
    position: relative;
  }
  .search-wide .article-grid .article-results .article-spot .image:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .search-wide .article-grid .article-results .article-spot .image:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("../../../../Static/AApoteket/Project/Website/cross_overlay.png");
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.search-wide .article-grid .article-results .article-spot .image img {
  width: 100%;
}
.search-wide .article-grid .article-results .article-spot .bottom-block {
  padding-top: 15px;
  max-height: 190px;
  height: 190px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .search-wide .article-grid .article-results .article-spot .bottom-block {
    max-height: 210px;
  }
}
.search-wide .article-grid .article-results .article-spot .type {
  color: #00AB7F;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}
.search-wide .article-grid .article-results .article-spot .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}
.search-wide .article-grid .article-results .article-spot .text {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .search-wide .article-grid {
    padding-left: 14px;
  }
}

#search-result-header {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 85px 20px;
}
#search-result-header #search-result-query {
  font-size: 23px;
  font-weight: bold;
  line-height: 28px;
  padding: 10px 0;
}
#search-result-header #search-header-result {
  font-size: 14px;
  line-height: 22px;
  color: #687278;
}
@media (max-width: 767px) {
  #search-result-header {
    padding: 30px 13px;
  }
}

#search-tabs ul:not(.ui-tabs-nav) li {
  list-style: none;
}
#search-tabs ul:not(.ui-tabs-nav) {
  margin: 0px;
}
@media (max-width: 767px) {
  #search-tabs.categorymode .ui-tab {
    width: 100% !important;
  }
  #search-tabs.categorymode .ui-tab:first-child {
    display: none;
  }
}
#search-tabs ul.ui-tabs-nav {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0px;
  padding: 0;
  list-style-type: none;
}
#search-tabs ul.ui-tabs-nav .ui-tab {
  font-size: 13px;
  line-height: 30px;
  color: #687278;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: -1px;
  font-weight: bold;
  margin-right: -4px;
  width: 50%;
  text-align: center;
  background-color: #00705b;
}
#search-tabs ul.ui-tabs-nav .ui-tab a {
  display: block;
  padding: 19px 27px;
  color: #FFFFFF;
}
#search-tabs ul.ui-tabs-nav .ui-tab.products-tab {
  background-color: #00ab7f;
}
@media (max-width: 767px) {
  #search-tabs ul.ui-tabs-nav .ui-tab a {
    padding-left: 0;
    padding-right: 0;
    line-height: 10px;
  }
}

#search-products, #search-articles {
  clear: both;
}

#facet-selector {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  #facet-selector {
    max-height: calc(80vh - 80px);
  }
}

.facet-dialog {
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
}
.facet-dialog .ui-dialog-titlebar {
  display: none;
}
.facet-dialog .title {
  font-family: "Pharma", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  margin-left: 50px;
}
.facet-dialog .buttons {
  float: right;
  margin-right: 50px;
}
.facet-dialog .buttons button {
  min-width: 100px;
  height: 36px;
  padding: 0 25px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 15px;
}
.facet-dialog .facet-list {
  padding: 0;
  margin-top: 35px;
  clear: both;
  max-height: calc(90vh - 135px);
  overflow-y: auto;
  overflow-x: hidden;
}
.facet-dialog .facet-list > .row {
  margin-left: 30px;
  margin-right: 30px;
}
.facet-dialog .facet-list .group {
  display: inline-block;
  padding: 40px 22px 0;
  overflow: hidden;
}
.facet-dialog .facet-list .group .header {
  font-family: "Pharma", sans-serif;
  color: #C6CCD2;
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
  padding-bottom: 8px;
  text-transform: uppercase;
  border-bottom: 1px solid #E5EAEC;
}
.facet-dialog .facet-list .group .options {
  padding-top: 18px;
}
.facet-dialog .facet-list .group .options .CB-container {
  padding-left: 30px;
  margin-bottom: 0;
}
.facet-dialog .facet-list .group .options .CB-container span:first-child {
  text-transform: none;
  color: #262626;
  font-size: 14px;
}
.facet-dialog .facet-list::-webkit-scrollbar {
  width: 14px;
}
.facet-dialog .facet-list::-webkit-scrollbar-track:vertical {
  background: #ffffff;
  border: 1px solid #E5EAEC;
}
.facet-dialog .facet-list::-webkit-scrollbar-thumb:vertical {
  background-clip: padding-box;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  background-color: #687278;
}
@media (max-width: 767px) {
  .facet-dialog {
    max-width: 100%;
    max-height: 100vh;
    height: 100vh !important;
    width: 100% !important;
    padding: 0;
  }
  .facet-dialog #facet-selector {
    padding-top: 25px;
    height: calc(100vh - 57px) !important;
  }
  .facet-dialog .title {
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .facet-dialog .buttons {
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px 0 20px;
    border-top: 1px solid #E5EAEC;
    z-index: 12;
  }
  .facet-dialog .buttons button {
    width: calc(50% - 20px);
    margin: 5px;
  }
  .facet-dialog .facet-list {
    margin-top: 20px;
    margin-bottom: 70px;
    max-height: calc(100vh - 215px);
  }
  .facet-dialog .facet-list > .row {
    margin-left: 5px;
    margin-right: 5px;
  }
  .facet-dialog .facet-list .group {
    padding: 20px 10px 0;
  }
  .facet-dialog .facet-list .group .header {
    font-size: 40px;
    line-height: 40px;
  }
}

#suggestions {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  background-color: #FBFCFD;
  color: #262626;
  position: fixed;
  top: 140px;
  background-color: #ffffff;
  z-index: 11;
  width: 100%;
}
@media (max-width: 767px) {
  #suggestions {
    top: 104px;
    overflow: scroll;
  }
  #suggestions.open {
    height: calc(100% - 104px);
  }
}
#suggestions p {
  margin: 0;
}
#suggestions .container, #suggestions .rx-error-container, #suggestions .rx-checkout-container, #suggestions .richTextSpot.table1, #suggestions .richTextSpot.table2, #suggestions .richTextSpot.table3, #suggestions .richTextSpot.text-only, #suggestions .richTextSpot.text-narrow, #suggestions .categorySpot.table1, #suggestions .categorySpot.table2, #suggestions .categorySpot.table3, #suggestions .categorySpot.text-only, #suggestions .categorySpot.text-narrow {
  padding-top: 50px;
  padding-bottom: 35px;
  display: none;
}
#suggestions .container.tt-open, #suggestions .tt-open.rx-error-container, #suggestions .tt-open.rx-checkout-container, #suggestions .tt-open.richTextSpot.table1, #suggestions .tt-open.richTextSpot.table2, #suggestions .tt-open.richTextSpot.table3, #suggestions .tt-open.richTextSpot.text-only, #suggestions .tt-open.richTextSpot.text-narrow, #suggestions .tt-open.categorySpot.table1, #suggestions .tt-open.categorySpot.table2, #suggestions .tt-open.categorySpot.table3, #suggestions .tt-open.categorySpot.text-only, #suggestions .tt-open.categorySpot.text-narrow {
  display: block;
}
#suggestions .container.tt-empty, #suggestions .tt-empty.rx-error-container, #suggestions .tt-empty.rx-checkout-container, #suggestions .tt-empty.richTextSpot.table1, #suggestions .tt-empty.richTextSpot.table2, #suggestions .tt-empty.richTextSpot.table3, #suggestions .tt-empty.richTextSpot.text-only, #suggestions .tt-empty.richTextSpot.text-narrow, #suggestions .tt-empty.categorySpot.table1, #suggestions .tt-empty.categorySpot.table2, #suggestions .tt-empty.categorySpot.table3, #suggestions .tt-empty.categorySpot.text-only, #suggestions .tt-empty.categorySpot.text-narrow {
  display: none;
}
#suggestions .container #closeModalCross, #suggestions .rx-error-container #closeModalCross, #suggestions .rx-checkout-container #closeModalCross, #suggestions .richTextSpot.table1 #closeModalCross, #suggestions .richTextSpot.table2 #closeModalCross, #suggestions .richTextSpot.table3 #closeModalCross, #suggestions .richTextSpot.text-only #closeModalCross, #suggestions .richTextSpot.text-narrow #closeModalCross, #suggestions .categorySpot.table1 #closeModalCross, #suggestions .categorySpot.table2 #closeModalCross, #suggestions .categorySpot.table3 #closeModalCross, #suggestions .categorySpot.text-only #closeModalCross, #suggestions .categorySpot.text-narrow #closeModalCross {
  display: none;
}
@media (max-width: 767px) {
  #suggestions .container, #suggestions .rx-error-container, #suggestions .rx-checkout-container, #suggestions .richTextSpot.table1, #suggestions .richTextSpot.table2, #suggestions .richTextSpot.table3, #suggestions .richTextSpot.text-only, #suggestions .richTextSpot.text-narrow, #suggestions .categorySpot.table1, #suggestions .categorySpot.table2, #suggestions .categorySpot.table3, #suggestions .categorySpot.text-only, #suggestions .categorySpot.text-narrow {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  #suggestions .container #closeModalCross, #suggestions .rx-error-container #closeModalCross, #suggestions .rx-checkout-container #closeModalCross, #suggestions .richTextSpot.table1 #closeModalCross, #suggestions .richTextSpot.table2 #closeModalCross, #suggestions .richTextSpot.table3 #closeModalCross, #suggestions .richTextSpot.text-only #closeModalCross, #suggestions .richTextSpot.text-narrow #closeModalCross, #suggestions .categorySpot.table1 #closeModalCross, #suggestions .categorySpot.table2 #closeModalCross, #suggestions .categorySpot.table3 #closeModalCross, #suggestions .categorySpot.text-only #closeModalCross, #suggestions .categorySpot.text-narrow #closeModalCross {
    margin-left: auto;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #suggestions .container #closeModalCross .close, #suggestions .rx-error-container #closeModalCross .close, #suggestions .rx-checkout-container #closeModalCross .close, #suggestions .richTextSpot.table1 #closeModalCross .close, #suggestions .richTextSpot.table2 #closeModalCross .close, #suggestions .richTextSpot.table3 #closeModalCross .close, #suggestions .richTextSpot.text-only #closeModalCross .close, #suggestions .richTextSpot.text-narrow #closeModalCross .close, #suggestions .categorySpot.table1 #closeModalCross .close, #suggestions .categorySpot.table2 #closeModalCross .close, #suggestions .categorySpot.table3 #closeModalCross .close, #suggestions .categorySpot.text-only #closeModalCross .close, #suggestions .categorySpot.text-narrow #closeModalCross .close {
    opacity: 1;
    transform: rotate(135deg);
    margin: 0;
    padding: 3px;
    float: none;
    vertical-align: top;
  }
}
#suggestions .container .tt-dataset, #suggestions .rx-error-container .tt-dataset, #suggestions .rx-checkout-container .tt-dataset, #suggestions .richTextSpot.table1 .tt-dataset, #suggestions .richTextSpot.table2 .tt-dataset, #suggestions .richTextSpot.table3 .tt-dataset, #suggestions .richTextSpot.text-only .tt-dataset, #suggestions .richTextSpot.text-narrow .tt-dataset, #suggestions .categorySpot.table1 .tt-dataset, #suggestions .categorySpot.table2 .tt-dataset, #suggestions .categorySpot.table3 .tt-dataset, #suggestions .categorySpot.text-only .tt-dataset, #suggestions .categorySpot.text-narrow .tt-dataset {
  width: 33.333333%;
  box-sizing: border-box;
  /*min-height: 490px;*/
  float: left;
  border-right: 1px solid #E5EAEC;
}
#suggestions .container .tt-dataset:empty, #suggestions .rx-error-container .tt-dataset:empty, #suggestions .rx-checkout-container .tt-dataset:empty, #suggestions .richTextSpot.table1 .tt-dataset:empty, #suggestions .richTextSpot.table2 .tt-dataset:empty, #suggestions .richTextSpot.table3 .tt-dataset:empty, #suggestions .richTextSpot.text-only .tt-dataset:empty, #suggestions .richTextSpot.text-narrow .tt-dataset:empty, #suggestions .categorySpot.table1 .tt-dataset:empty, #suggestions .categorySpot.table2 .tt-dataset:empty, #suggestions .categorySpot.table3 .tt-dataset:empty, #suggestions .categorySpot.text-only .tt-dataset:empty, #suggestions .categorySpot.text-narrow .tt-dataset:empty {
  display: none;
}
#suggestions .container .tt-dataset > div:first-child, #suggestions .rx-error-container .tt-dataset > div:first-child, #suggestions .rx-checkout-container .tt-dataset > div:first-child, #suggestions .richTextSpot.table1 .tt-dataset > div:first-child, #suggestions .richTextSpot.table2 .tt-dataset > div:first-child, #suggestions .richTextSpot.table3 .tt-dataset > div:first-child, #suggestions .richTextSpot.text-only .tt-dataset > div:first-child, #suggestions .richTextSpot.text-narrow .tt-dataset > div:first-child, #suggestions .categorySpot.table1 .tt-dataset > div:first-child, #suggestions .categorySpot.table2 .tt-dataset > div:first-child, #suggestions .categorySpot.table3 .tt-dataset > div:first-child, #suggestions .categorySpot.text-only .tt-dataset > div:first-child, #suggestions .categorySpot.text-narrow .tt-dataset > div:first-child {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
}
#suggestions .container .tt-dataset .show-all, #suggestions .rx-error-container .tt-dataset .show-all, #suggestions .rx-checkout-container .tt-dataset .show-all, #suggestions .richTextSpot.table1 .tt-dataset .show-all, #suggestions .richTextSpot.table2 .tt-dataset .show-all, #suggestions .richTextSpot.table3 .tt-dataset .show-all, #suggestions .richTextSpot.text-only .tt-dataset .show-all, #suggestions .richTextSpot.text-narrow .tt-dataset .show-all, #suggestions .categorySpot.table1 .tt-dataset .show-all, #suggestions .categorySpot.table2 .tt-dataset .show-all, #suggestions .categorySpot.table3 .tt-dataset .show-all, #suggestions .categorySpot.text-only .tt-dataset .show-all, #suggestions .categorySpot.text-narrow .tt-dataset .show-all {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  color: #00AB7F;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}
#suggestions .container .tt-dataset .show-all:hover, #suggestions .rx-error-container .tt-dataset .show-all:hover, #suggestions .rx-checkout-container .tt-dataset .show-all:hover, #suggestions .richTextSpot.table1 .tt-dataset .show-all:hover, #suggestions .richTextSpot.table2 .tt-dataset .show-all:hover, #suggestions .richTextSpot.table3 .tt-dataset .show-all:hover, #suggestions .richTextSpot.text-only .tt-dataset .show-all:hover, #suggestions .richTextSpot.text-narrow .tt-dataset .show-all:hover, #suggestions .categorySpot.table1 .tt-dataset .show-all:hover, #suggestions .categorySpot.table2 .tt-dataset .show-all:hover, #suggestions .categorySpot.table3 .tt-dataset .show-all:hover, #suggestions .categorySpot.text-only .tt-dataset .show-all:hover, #suggestions .categorySpot.text-narrow .tt-dataset .show-all:hover {
  color: #00705B;
  text-decoration: none;
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset, #suggestions .rx-error-container .tt-dataset, #suggestions .rx-checkout-container .tt-dataset, #suggestions .richTextSpot.table1 .tt-dataset, #suggestions .richTextSpot.table2 .tt-dataset, #suggestions .richTextSpot.table3 .tt-dataset, #suggestions .richTextSpot.text-only .tt-dataset, #suggestions .richTextSpot.text-narrow .tt-dataset, #suggestions .categorySpot.table1 .tt-dataset, #suggestions .categorySpot.table2 .tt-dataset, #suggestions .categorySpot.table3 .tt-dataset, #suggestions .categorySpot.text-only .tt-dataset, #suggestions .categorySpot.text-narrow .tt-dataset {
    float: none;
    width: 100%;
    border: none;
    padding: 15px 0 15px 0 !important;
  }
}
#suggestions .container .tt-dataset-products, #suggestions .rx-error-container .tt-dataset-products, #suggestions .rx-checkout-container .tt-dataset-products, #suggestions .richTextSpot.table1 .tt-dataset-products, #suggestions .richTextSpot.table2 .tt-dataset-products, #suggestions .richTextSpot.table3 .tt-dataset-products, #suggestions .richTextSpot.text-only .tt-dataset-products, #suggestions .richTextSpot.text-narrow .tt-dataset-products, #suggestions .categorySpot.table1 .tt-dataset-products, #suggestions .categorySpot.table2 .tt-dataset-products, #suggestions .categorySpot.table3 .tt-dataset-products, #suggestions .categorySpot.text-only .tt-dataset-products, #suggestions .categorySpot.text-narrow .tt-dataset-products {
  padding-right: 20px;
  padding-bottom: 20px;
}
#suggestions .container .tt-dataset-products .tt-suggestion .product-block, #suggestions .rx-error-container .tt-dataset-products .tt-suggestion .product-block, #suggestions .rx-checkout-container .tt-dataset-products .tt-suggestion .product-block, #suggestions .richTextSpot.table1 .tt-dataset-products .tt-suggestion .product-block, #suggestions .richTextSpot.table2 .tt-dataset-products .tt-suggestion .product-block, #suggestions .richTextSpot.table3 .tt-dataset-products .tt-suggestion .product-block, #suggestions .richTextSpot.text-only .tt-dataset-products .tt-suggestion .product-block, #suggestions .richTextSpot.text-narrow .tt-dataset-products .tt-suggestion .product-block, #suggestions .categorySpot.table1 .tt-dataset-products .tt-suggestion .product-block, #suggestions .categorySpot.table2 .tt-dataset-products .tt-suggestion .product-block, #suggestions .categorySpot.table3 .tt-dataset-products .tt-suggestion .product-block, #suggestions .categorySpot.text-only .tt-dataset-products .tt-suggestion .product-block, #suggestions .categorySpot.text-narrow .tt-dataset-products .tt-suggestion .product-block {
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #E5EAEC;
  position: relative;
  height: 94px;
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .rx-error-container .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .rx-checkout-container .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .richTextSpot.table1 .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .richTextSpot.table2 .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .richTextSpot.table3 .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .richTextSpot.text-only .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .richTextSpot.text-narrow .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .categorySpot.table1 .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .categorySpot.table2 .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .categorySpot.table3 .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .categorySpot.text-only .tt-dataset-products .tt-suggestion:first-of-type .product-block, #suggestions .categorySpot.text-narrow .tt-dataset-products .tt-suggestion:first-of-type .product-block {
    border-top: 1px solid #E5EAEC;
  }
}
#suggestions .container .tt-dataset-products .image, #suggestions .rx-error-container .tt-dataset-products .image, #suggestions .rx-checkout-container .tt-dataset-products .image, #suggestions .richTextSpot.table1 .tt-dataset-products .image, #suggestions .richTextSpot.table2 .tt-dataset-products .image, #suggestions .richTextSpot.table3 .tt-dataset-products .image, #suggestions .richTextSpot.text-only .tt-dataset-products .image, #suggestions .richTextSpot.text-narrow .tt-dataset-products .image, #suggestions .categorySpot.table1 .tt-dataset-products .image, #suggestions .categorySpot.table2 .tt-dataset-products .image, #suggestions .categorySpot.table3 .tt-dataset-products .image, #suggestions .categorySpot.text-only .tt-dataset-products .image, #suggestions .categorySpot.text-narrow .tt-dataset-products .image {
  width: 68px;
  height: 68px;
  float: left;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #E5EAEC;
  padding: 10px;
  margin-right: 20px;
}
@media (max-width: 959px) {
  #suggestions .container .tt-dataset-products .image, #suggestions .rx-error-container .tt-dataset-products .image, #suggestions .rx-checkout-container .tt-dataset-products .image, #suggestions .richTextSpot.table1 .tt-dataset-products .image, #suggestions .richTextSpot.table2 .tt-dataset-products .image, #suggestions .richTextSpot.table3 .tt-dataset-products .image, #suggestions .richTextSpot.text-only .tt-dataset-products .image, #suggestions .richTextSpot.text-narrow .tt-dataset-products .image, #suggestions .categorySpot.table1 .tt-dataset-products .image, #suggestions .categorySpot.table2 .tt-dataset-products .image, #suggestions .categorySpot.table3 .tt-dataset-products .image, #suggestions .categorySpot.text-only .tt-dataset-products .image, #suggestions .categorySpot.text-narrow .tt-dataset-products .image {
    margin-right: 10px;
  }
}
#suggestions .container .tt-dataset-products .image img, #suggestions .rx-error-container .tt-dataset-products .image img, #suggestions .rx-checkout-container .tt-dataset-products .image img, #suggestions .richTextSpot.table1 .tt-dataset-products .image img, #suggestions .richTextSpot.table2 .tt-dataset-products .image img, #suggestions .richTextSpot.table3 .tt-dataset-products .image img, #suggestions .richTextSpot.text-only .tt-dataset-products .image img, #suggestions .richTextSpot.text-narrow .tt-dataset-products .image img, #suggestions .categorySpot.table1 .tt-dataset-products .image img, #suggestions .categorySpot.table2 .tt-dataset-products .image img, #suggestions .categorySpot.table3 .tt-dataset-products .image img, #suggestions .categorySpot.text-only .tt-dataset-products .image img, #suggestions .categorySpot.text-narrow .tt-dataset-products .image img {
  width: 100%;
  max-width: 100%;
}
#suggestions .container .tt-dataset-products .image:before, #suggestions .rx-error-container .tt-dataset-products .image:before, #suggestions .rx-checkout-container .tt-dataset-products .image:before, #suggestions .richTextSpot.table1 .tt-dataset-products .image:before, #suggestions .richTextSpot.table2 .tt-dataset-products .image:before, #suggestions .richTextSpot.table3 .tt-dataset-products .image:before, #suggestions .richTextSpot.text-only .tt-dataset-products .image:before, #suggestions .richTextSpot.text-narrow .tt-dataset-products .image:before, #suggestions .categorySpot.table1 .tt-dataset-products .image:before, #suggestions .categorySpot.table2 .tt-dataset-products .image:before, #suggestions .categorySpot.table3 .tt-dataset-products .image:before, #suggestions .categorySpot.text-only .tt-dataset-products .image:before, #suggestions .categorySpot.text-narrow .tt-dataset-products .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 114, 120, 0.05);
  z-index: 1;
}
#suggestions .container .tt-dataset-products .product-info, #suggestions .rx-error-container .tt-dataset-products .product-info, #suggestions .rx-checkout-container .tt-dataset-products .product-info, #suggestions .richTextSpot.table1 .tt-dataset-products .product-info, #suggestions .richTextSpot.table2 .tt-dataset-products .product-info, #suggestions .richTextSpot.table3 .tt-dataset-products .product-info, #suggestions .richTextSpot.text-only .tt-dataset-products .product-info, #suggestions .richTextSpot.text-narrow .tt-dataset-products .product-info, #suggestions .categorySpot.table1 .tt-dataset-products .product-info, #suggestions .categorySpot.table2 .tt-dataset-products .product-info, #suggestions .categorySpot.table3 .tt-dataset-products .product-info, #suggestions .categorySpot.text-only .tt-dataset-products .product-info, #suggestions .categorySpot.text-narrow .tt-dataset-products .product-info {
  display: inline-block;
  width: calc(100% - 90px);
  margin-top: -3px;
}
#suggestions .container .tt-dataset-products .product-info .name, #suggestions .rx-error-container .tt-dataset-products .product-info .name, #suggestions .rx-checkout-container .tt-dataset-products .product-info .name, #suggestions .richTextSpot.table1 .tt-dataset-products .product-info .name, #suggestions .richTextSpot.table2 .tt-dataset-products .product-info .name, #suggestions .richTextSpot.table3 .tt-dataset-products .product-info .name, #suggestions .richTextSpot.text-only .tt-dataset-products .product-info .name, #suggestions .richTextSpot.text-narrow .tt-dataset-products .product-info .name, #suggestions .categorySpot.table1 .tt-dataset-products .product-info .name, #suggestions .categorySpot.table2 .tt-dataset-products .product-info .name, #suggestions .categorySpot.table3 .tt-dataset-products .product-info .name, #suggestions .categorySpot.text-only .tt-dataset-products .product-info .name, #suggestions .categorySpot.text-narrow .tt-dataset-products .product-info .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#suggestions .container .tt-dataset-products .product-info .brand, #suggestions .rx-error-container .tt-dataset-products .product-info .brand, #suggestions .rx-checkout-container .tt-dataset-products .product-info .brand, #suggestions .richTextSpot.table1 .tt-dataset-products .product-info .brand, #suggestions .richTextSpot.table2 .tt-dataset-products .product-info .brand, #suggestions .richTextSpot.table3 .tt-dataset-products .product-info .brand, #suggestions .richTextSpot.text-only .tt-dataset-products .product-info .brand, #suggestions .richTextSpot.text-narrow .tt-dataset-products .product-info .brand, #suggestions .categorySpot.table1 .tt-dataset-products .product-info .brand, #suggestions .categorySpot.table2 .tt-dataset-products .product-info .brand, #suggestions .categorySpot.table3 .tt-dataset-products .product-info .brand, #suggestions .categorySpot.text-only .tt-dataset-products .product-info .brand, #suggestions .categorySpot.text-narrow .tt-dataset-products .product-info .brand {
  font-size: 12px;
  line-height: 17px;
  height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#suggestions .container .tt-dataset-products .product-info .package, #suggestions .rx-error-container .tt-dataset-products .product-info .package, #suggestions .rx-checkout-container .tt-dataset-products .product-info .package, #suggestions .richTextSpot.table1 .tt-dataset-products .product-info .package, #suggestions .richTextSpot.table2 .tt-dataset-products .product-info .package, #suggestions .richTextSpot.table3 .tt-dataset-products .product-info .package, #suggestions .richTextSpot.text-only .tt-dataset-products .product-info .package, #suggestions .richTextSpot.text-narrow .tt-dataset-products .product-info .package, #suggestions .categorySpot.table1 .tt-dataset-products .product-info .package, #suggestions .categorySpot.table2 .tt-dataset-products .product-info .package, #suggestions .categorySpot.table3 .tt-dataset-products .product-info .package, #suggestions .categorySpot.text-only .tt-dataset-products .product-info .package, #suggestions .categorySpot.text-narrow .tt-dataset-products .product-info .package, #suggestions .container .tt-dataset-products .product-info .unit-price, #suggestions .rx-error-container .tt-dataset-products .product-info .unit-price, #suggestions .rx-checkout-container .tt-dataset-products .product-info .unit-price, #suggestions .richTextSpot.table1 .tt-dataset-products .product-info .unit-price, #suggestions .richTextSpot.table2 .tt-dataset-products .product-info .unit-price, #suggestions .richTextSpot.table3 .tt-dataset-products .product-info .unit-price, #suggestions .richTextSpot.text-only .tt-dataset-products .product-info .unit-price, #suggestions .richTextSpot.text-narrow .tt-dataset-products .product-info .unit-price, #suggestions .categorySpot.table1 .tt-dataset-products .product-info .unit-price, #suggestions .categorySpot.table2 .tt-dataset-products .product-info .unit-price, #suggestions .categorySpot.table3 .tt-dataset-products .product-info .unit-price, #suggestions .categorySpot.text-only .tt-dataset-products .product-info .unit-price, #suggestions .categorySpot.text-narrow .tt-dataset-products .product-info .unit-price {
  font-size: 12px;
  line-height: 17px;
  color: #687278;
}
#suggestions .container .tt-dataset-products .product-info .price, #suggestions .rx-error-container .tt-dataset-products .product-info .price, #suggestions .rx-checkout-container .tt-dataset-products .product-info .price, #suggestions .richTextSpot.table1 .tt-dataset-products .product-info .price, #suggestions .richTextSpot.table2 .tt-dataset-products .product-info .price, #suggestions .richTextSpot.table3 .tt-dataset-products .product-info .price, #suggestions .richTextSpot.text-only .tt-dataset-products .product-info .price, #suggestions .richTextSpot.text-narrow .tt-dataset-products .product-info .price, #suggestions .categorySpot.table1 .tt-dataset-products .product-info .price, #suggestions .categorySpot.table2 .tt-dataset-products .product-info .price, #suggestions .categorySpot.table3 .tt-dataset-products .product-info .price, #suggestions .categorySpot.text-only .tt-dataset-products .product-info .price, #suggestions .categorySpot.text-narrow .tt-dataset-products .product-info .price {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 10px;
  line-height: 17px;
  font-weight: bold;
  color: #232323;
}
#suggestions .container .tt-dataset-articles, #suggestions .rx-error-container .tt-dataset-articles, #suggestions .rx-checkout-container .tt-dataset-articles, #suggestions .richTextSpot.table1 .tt-dataset-articles, #suggestions .richTextSpot.table2 .tt-dataset-articles, #suggestions .richTextSpot.table3 .tt-dataset-articles, #suggestions .richTextSpot.text-only .tt-dataset-articles, #suggestions .richTextSpot.text-narrow .tt-dataset-articles, #suggestions .categorySpot.table1 .tt-dataset-articles, #suggestions .categorySpot.table2 .tt-dataset-articles, #suggestions .categorySpot.table3 .tt-dataset-articles, #suggestions .categorySpot.text-only .tt-dataset-articles, #suggestions .categorySpot.text-narrow .tt-dataset-articles {
  padding: 0 20px;
  border-right: unset;
}
#suggestions .container .tt-dataset-articles .article-block, #suggestions .rx-error-container .tt-dataset-articles .article-block, #suggestions .rx-checkout-container .tt-dataset-articles .article-block, #suggestions .richTextSpot.table1 .tt-dataset-articles .article-block, #suggestions .richTextSpot.table2 .tt-dataset-articles .article-block, #suggestions .richTextSpot.table3 .tt-dataset-articles .article-block, #suggestions .richTextSpot.text-only .tt-dataset-articles .article-block, #suggestions .richTextSpot.text-narrow .tt-dataset-articles .article-block, #suggestions .categorySpot.table1 .tt-dataset-articles .article-block, #suggestions .categorySpot.table2 .tt-dataset-articles .article-block, #suggestions .categorySpot.table3 .tt-dataset-articles .article-block, #suggestions .categorySpot.text-only .tt-dataset-articles .article-block, #suggestions .categorySpot.text-narrow .tt-dataset-articles .article-block {
  padding-bottom: 13px;
  padding-top: 13px;
  border-bottom: 1px solid #E5EAEC;
  position: relative;
  height: 94px;
}
#suggestions .container .tt-dataset-articles .article-block .image, #suggestions .rx-error-container .tt-dataset-articles .article-block .image, #suggestions .rx-checkout-container .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.table1 .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.table2 .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.table3 .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.text-only .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.text-narrow .tt-dataset-articles .article-block .image, #suggestions .categorySpot.table1 .tt-dataset-articles .article-block .image, #suggestions .categorySpot.table2 .tt-dataset-articles .article-block .image, #suggestions .categorySpot.table3 .tt-dataset-articles .article-block .image, #suggestions .categorySpot.text-only .tt-dataset-articles .article-block .image, #suggestions .categorySpot.text-narrow .tt-dataset-articles .article-block .image {
  width: 108px;
  height: 68px;
  float: left;
  box-sizing: border-box;
  margin-right: 20px;
  display: flex;
}
#suggestions .container .tt-dataset-articles .article-block .image img, #suggestions .rx-error-container .tt-dataset-articles .article-block .image img, #suggestions .rx-checkout-container .tt-dataset-articles .article-block .image img, #suggestions .richTextSpot.table1 .tt-dataset-articles .article-block .image img, #suggestions .richTextSpot.table2 .tt-dataset-articles .article-block .image img, #suggestions .richTextSpot.table3 .tt-dataset-articles .article-block .image img, #suggestions .richTextSpot.text-only .tt-dataset-articles .article-block .image img, #suggestions .richTextSpot.text-narrow .tt-dataset-articles .article-block .image img, #suggestions .categorySpot.table1 .tt-dataset-articles .article-block .image img, #suggestions .categorySpot.table2 .tt-dataset-articles .article-block .image img, #suggestions .categorySpot.table3 .tt-dataset-articles .article-block .image img, #suggestions .categorySpot.text-only .tt-dataset-articles .article-block .image img, #suggestions .categorySpot.text-narrow .tt-dataset-articles .article-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 959px) {
  #suggestions .container .tt-dataset-articles .article-block .image, #suggestions .rx-error-container .tt-dataset-articles .article-block .image, #suggestions .rx-checkout-container .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.table1 .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.table2 .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.table3 .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.text-only .tt-dataset-articles .article-block .image, #suggestions .richTextSpot.text-narrow .tt-dataset-articles .article-block .image, #suggestions .categorySpot.table1 .tt-dataset-articles .article-block .image, #suggestions .categorySpot.table2 .tt-dataset-articles .article-block .image, #suggestions .categorySpot.table3 .tt-dataset-articles .article-block .image, #suggestions .categorySpot.text-only .tt-dataset-articles .article-block .image, #suggestions .categorySpot.text-narrow .tt-dataset-articles .article-block .image {
    margin-right: 10px;
  }
}
#suggestions .container .tt-dataset-articles .article-block .article-name, #suggestions .rx-error-container .tt-dataset-articles .article-block .article-name, #suggestions .rx-checkout-container .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.table1 .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.table2 .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.table3 .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.text-only .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.text-narrow .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.table1 .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.table2 .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.table3 .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.text-only .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.text-narrow .tt-dataset-articles .article-block .article-name {
  position: absolute;
  top: 50%;
  left: 128px;
  transform: translateY(-50%);
  max-width: calc(100% - 128px);
  font-size: 14px;
  line-height: 22px;
  max-height: 68px;
  overflow: hidden;
}
@media (max-width: 959px) {
  #suggestions .container .tt-dataset-articles .article-block .article-name, #suggestions .rx-error-container .tt-dataset-articles .article-block .article-name, #suggestions .rx-checkout-container .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.table1 .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.table2 .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.table3 .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.text-only .tt-dataset-articles .article-block .article-name, #suggestions .richTextSpot.text-narrow .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.table1 .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.table2 .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.table3 .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.text-only .tt-dataset-articles .article-block .article-name, #suggestions .categorySpot.text-narrow .tt-dataset-articles .article-block .article-name {
    left: 118px;
    max-width: calc(100% - 118px);
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .rx-error-container .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .rx-checkout-container .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .richTextSpot.table1 .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .richTextSpot.table2 .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .richTextSpot.table3 .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .richTextSpot.text-only .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .richTextSpot.text-narrow .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .categorySpot.table1 .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .categorySpot.table2 .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .categorySpot.table3 .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .categorySpot.text-only .tt-dataset-articles .tt-suggestion:first-of-type .article-block, #suggestions .categorySpot.text-narrow .tt-dataset-articles .tt-suggestion:first-of-type .article-block {
    border-top: 1px solid #E5EAEC;
  }
}
#suggestions .container .tt-dataset-categories, #suggestions .rx-error-container .tt-dataset-categories, #suggestions .rx-checkout-container .tt-dataset-categories, #suggestions .richTextSpot.table1 .tt-dataset-categories, #suggestions .richTextSpot.table2 .tt-dataset-categories, #suggestions .richTextSpot.table3 .tt-dataset-categories, #suggestions .richTextSpot.text-only .tt-dataset-categories, #suggestions .richTextSpot.text-narrow .tt-dataset-categories, #suggestions .categorySpot.table1 .tt-dataset-categories, #suggestions .categorySpot.table2 .tt-dataset-categories, #suggestions .categorySpot.table3 .tt-dataset-categories, #suggestions .categorySpot.text-only .tt-dataset-categories, #suggestions .categorySpot.text-narrow .tt-dataset-categories, #suggestions .container .tt-dataset-brands, #suggestions .rx-error-container .tt-dataset-brands, #suggestions .rx-checkout-container .tt-dataset-brands, #suggestions .richTextSpot.table1 .tt-dataset-brands, #suggestions .richTextSpot.table2 .tt-dataset-brands, #suggestions .richTextSpot.table3 .tt-dataset-brands, #suggestions .richTextSpot.text-only .tt-dataset-brands, #suggestions .richTextSpot.text-narrow .tt-dataset-brands, #suggestions .categorySpot.table1 .tt-dataset-brands, #suggestions .categorySpot.table2 .tt-dataset-brands, #suggestions .categorySpot.table3 .tt-dataset-brands, #suggestions .categorySpot.text-only .tt-dataset-brands, #suggestions .categorySpot.text-narrow .tt-dataset-brands {
  padding-left: 30px;
  border-right: none;
}
#suggestions .container .tt-dataset-categories a:hover, #suggestions .rx-error-container .tt-dataset-categories a:hover, #suggestions .rx-checkout-container .tt-dataset-categories a:hover, #suggestions .richTextSpot.table1 .tt-dataset-categories a:hover, #suggestions .richTextSpot.table2 .tt-dataset-categories a:hover, #suggestions .richTextSpot.table3 .tt-dataset-categories a:hover, #suggestions .richTextSpot.text-only .tt-dataset-categories a:hover, #suggestions .richTextSpot.text-narrow .tt-dataset-categories a:hover, #suggestions .categorySpot.table1 .tt-dataset-categories a:hover, #suggestions .categorySpot.table2 .tt-dataset-categories a:hover, #suggestions .categorySpot.table3 .tt-dataset-categories a:hover, #suggestions .categorySpot.text-only .tt-dataset-categories a:hover, #suggestions .categorySpot.text-narrow .tt-dataset-categories a:hover, #suggestions .container .tt-dataset-brands a:hover, #suggestions .rx-error-container .tt-dataset-brands a:hover, #suggestions .rx-checkout-container .tt-dataset-brands a:hover, #suggestions .richTextSpot.table1 .tt-dataset-brands a:hover, #suggestions .richTextSpot.table2 .tt-dataset-brands a:hover, #suggestions .richTextSpot.table3 .tt-dataset-brands a:hover, #suggestions .richTextSpot.text-only .tt-dataset-brands a:hover, #suggestions .richTextSpot.text-narrow .tt-dataset-brands a:hover, #suggestions .categorySpot.table1 .tt-dataset-brands a:hover, #suggestions .categorySpot.table2 .tt-dataset-brands a:hover, #suggestions .categorySpot.table3 .tt-dataset-brands a:hover, #suggestions .categorySpot.text-only .tt-dataset-brands a:hover, #suggestions .categorySpot.text-narrow .tt-dataset-brands a:hover {
  text-decoration: underline;
}
#suggestions .container .tt-dataset-brands, #suggestions .rx-error-container .tt-dataset-brands, #suggestions .rx-checkout-container .tt-dataset-brands, #suggestions .richTextSpot.table1 .tt-dataset-brands, #suggestions .richTextSpot.table2 .tt-dataset-brands, #suggestions .richTextSpot.table3 .tt-dataset-brands, #suggestions .richTextSpot.text-only .tt-dataset-brands, #suggestions .richTextSpot.text-narrow .tt-dataset-brands, #suggestions .categorySpot.table1 .tt-dataset-brands, #suggestions .categorySpot.table2 .tt-dataset-brands, #suggestions .categorySpot.table3 .tt-dataset-brands, #suggestions .categorySpot.text-only .tt-dataset-brands, #suggestions .categorySpot.text-narrow .tt-dataset-brands {
  float: right;
  border-left: 1px solid #E5EAEC;
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset-brands, #suggestions .rx-error-container .tt-dataset-brands, #suggestions .rx-checkout-container .tt-dataset-brands, #suggestions .richTextSpot.table1 .tt-dataset-brands, #suggestions .richTextSpot.table2 .tt-dataset-brands, #suggestions .richTextSpot.table3 .tt-dataset-brands, #suggestions .richTextSpot.text-only .tt-dataset-brands, #suggestions .richTextSpot.text-narrow .tt-dataset-brands, #suggestions .categorySpot.table1 .tt-dataset-brands, #suggestions .categorySpot.table2 .tt-dataset-brands, #suggestions .categorySpot.table3 .tt-dataset-brands, #suggestions .categorySpot.text-only .tt-dataset-brands, #suggestions .categorySpot.text-narrow .tt-dataset-brands {
    border-left: none;
  }
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset-brands .suggest-header, #suggestions .rx-error-container .tt-dataset-brands .suggest-header, #suggestions .rx-checkout-container .tt-dataset-brands .suggest-header, #suggestions .richTextSpot.table1 .tt-dataset-brands .suggest-header, #suggestions .richTextSpot.table2 .tt-dataset-brands .suggest-header, #suggestions .richTextSpot.table3 .tt-dataset-brands .suggest-header, #suggestions .richTextSpot.text-only .tt-dataset-brands .suggest-header, #suggestions .richTextSpot.text-narrow .tt-dataset-brands .suggest-header, #suggestions .categorySpot.table1 .tt-dataset-brands .suggest-header, #suggestions .categorySpot.table2 .tt-dataset-brands .suggest-header, #suggestions .categorySpot.table3 .tt-dataset-brands .suggest-header, #suggestions .categorySpot.text-only .tt-dataset-brands .suggest-header, #suggestions .categorySpot.text-narrow .tt-dataset-brands .suggest-header {
    border-bottom: 1px solid #E5EAEC;
    padding-bottom: 14px;
  }
}
#suggestions .container .tt-dataset-brands .tt-suggestion, #suggestions .rx-error-container .tt-dataset-brands .tt-suggestion, #suggestions .rx-checkout-container .tt-dataset-brands .tt-suggestion, #suggestions .richTextSpot.table1 .tt-dataset-brands .tt-suggestion, #suggestions .richTextSpot.table2 .tt-dataset-brands .tt-suggestion, #suggestions .richTextSpot.table3 .tt-dataset-brands .tt-suggestion, #suggestions .richTextSpot.text-only .tt-dataset-brands .tt-suggestion, #suggestions .richTextSpot.text-narrow .tt-dataset-brands .tt-suggestion, #suggestions .categorySpot.table1 .tt-dataset-brands .tt-suggestion, #suggestions .categorySpot.table2 .tt-dataset-brands .tt-suggestion, #suggestions .categorySpot.table3 .tt-dataset-brands .tt-suggestion, #suggestions .categorySpot.text-only .tt-dataset-brands .tt-suggestion, #suggestions .categorySpot.text-narrow .tt-dataset-brands .tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
#suggestions .container .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .rx-error-container .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .rx-checkout-container .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.table1 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.table2 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.table3 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.text-only .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.text-narrow .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.table1 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.table2 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.table3 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.text-only .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.text-narrow .tt-dataset-brands .tt-suggestion:last-of-type {
  border-bottom: 1px solid #E5EAEC;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .rx-error-container .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .rx-checkout-container .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.table1 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.table2 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.table3 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.text-only .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .richTextSpot.text-narrow .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.table1 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.table2 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.table3 .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.text-only .tt-dataset-brands .tt-suggestion:last-of-type, #suggestions .categorySpot.text-narrow .tt-dataset-brands .tt-suggestion:last-of-type {
    padding-bottom: 15px;
  }
}
#suggestions .container .tt-dataset-categories, #suggestions .rx-error-container .tt-dataset-categories, #suggestions .rx-checkout-container .tt-dataset-categories, #suggestions .richTextSpot.table1 .tt-dataset-categories, #suggestions .richTextSpot.table2 .tt-dataset-categories, #suggestions .richTextSpot.table3 .tt-dataset-categories, #suggestions .richTextSpot.text-only .tt-dataset-categories, #suggestions .richTextSpot.text-narrow .tt-dataset-categories, #suggestions .categorySpot.table1 .tt-dataset-categories, #suggestions .categorySpot.table2 .tt-dataset-categories, #suggestions .categorySpot.table3 .tt-dataset-categories, #suggestions .categorySpot.text-only .tt-dataset-categories, #suggestions .categorySpot.text-narrow .tt-dataset-categories {
  padding-bottom: 40px;
  border-left: 1px solid #E5EAEC;
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset-categories, #suggestions .rx-error-container .tt-dataset-categories, #suggestions .rx-checkout-container .tt-dataset-categories, #suggestions .richTextSpot.table1 .tt-dataset-categories, #suggestions .richTextSpot.table2 .tt-dataset-categories, #suggestions .richTextSpot.table3 .tt-dataset-categories, #suggestions .richTextSpot.text-only .tt-dataset-categories, #suggestions .richTextSpot.text-narrow .tt-dataset-categories, #suggestions .categorySpot.table1 .tt-dataset-categories, #suggestions .categorySpot.table2 .tt-dataset-categories, #suggestions .categorySpot.table3 .tt-dataset-categories, #suggestions .categorySpot.text-only .tt-dataset-categories, #suggestions .categorySpot.text-narrow .tt-dataset-categories {
    border-left: none;
  }
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset-categories .suggest-header, #suggestions .rx-error-container .tt-dataset-categories .suggest-header, #suggestions .rx-checkout-container .tt-dataset-categories .suggest-header, #suggestions .richTextSpot.table1 .tt-dataset-categories .suggest-header, #suggestions .richTextSpot.table2 .tt-dataset-categories .suggest-header, #suggestions .richTextSpot.table3 .tt-dataset-categories .suggest-header, #suggestions .richTextSpot.text-only .tt-dataset-categories .suggest-header, #suggestions .richTextSpot.text-narrow .tt-dataset-categories .suggest-header, #suggestions .categorySpot.table1 .tt-dataset-categories .suggest-header, #suggestions .categorySpot.table2 .tt-dataset-categories .suggest-header, #suggestions .categorySpot.table3 .tt-dataset-categories .suggest-header, #suggestions .categorySpot.text-only .tt-dataset-categories .suggest-header, #suggestions .categorySpot.text-narrow .tt-dataset-categories .suggest-header {
    border-bottom: 1px solid #E5EAEC;
    padding-bottom: 14px;
  }
}
#suggestions .container .tt-dataset-categories .tt-suggestion, #suggestions .rx-error-container .tt-dataset-categories .tt-suggestion, #suggestions .rx-checkout-container .tt-dataset-categories .tt-suggestion, #suggestions .richTextSpot.table1 .tt-dataset-categories .tt-suggestion, #suggestions .richTextSpot.table2 .tt-dataset-categories .tt-suggestion, #suggestions .richTextSpot.table3 .tt-dataset-categories .tt-suggestion, #suggestions .richTextSpot.text-only .tt-dataset-categories .tt-suggestion, #suggestions .richTextSpot.text-narrow .tt-dataset-categories .tt-suggestion, #suggestions .categorySpot.table1 .tt-dataset-categories .tt-suggestion, #suggestions .categorySpot.table2 .tt-dataset-categories .tt-suggestion, #suggestions .categorySpot.table3 .tt-dataset-categories .tt-suggestion, #suggestions .categorySpot.text-only .tt-dataset-categories .tt-suggestion, #suggestions .categorySpot.text-narrow .tt-dataset-categories .tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
#suggestions .container .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .rx-error-container .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .rx-checkout-container .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.table1 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.table2 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.table3 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.text-only .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.text-narrow .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.table1 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.table2 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.table3 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.text-only .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.text-narrow .tt-dataset-categories .tt-suggestion:last-of-type {
  border-bottom: 1px solid #E5EAEC;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  #suggestions .container .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .rx-error-container .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .rx-checkout-container .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.table1 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.table2 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.table3 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.text-only .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .richTextSpot.text-narrow .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.table1 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.table2 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.table3 .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.text-only .tt-dataset-categories .tt-suggestion:last-of-type, #suggestions .categorySpot.text-narrow .tt-dataset-categories .tt-suggestion:last-of-type {
    padding-bottom: 15px;
  }
}
#suggestions .container .tt-dataset-categories .tt-suggestion strong, #suggestions .rx-error-container .tt-dataset-categories .tt-suggestion strong, #suggestions .rx-checkout-container .tt-dataset-categories .tt-suggestion strong, #suggestions .richTextSpot.table1 .tt-dataset-categories .tt-suggestion strong, #suggestions .richTextSpot.table2 .tt-dataset-categories .tt-suggestion strong, #suggestions .richTextSpot.table3 .tt-dataset-categories .tt-suggestion strong, #suggestions .richTextSpot.text-only .tt-dataset-categories .tt-suggestion strong, #suggestions .richTextSpot.text-narrow .tt-dataset-categories .tt-suggestion strong, #suggestions .categorySpot.table1 .tt-dataset-categories .tt-suggestion strong, #suggestions .categorySpot.table2 .tt-dataset-categories .tt-suggestion strong, #suggestions .categorySpot.table3 .tt-dataset-categories .tt-suggestion strong, #suggestions .categorySpot.text-only .tt-dataset-categories .tt-suggestion strong, #suggestions .categorySpot.text-narrow .tt-dataset-categories .tt-suggestion strong {
  font-weight: 600;
}
#suggestions {
  /*.container[aria-expanded="true"] {
      display: block;
  }*/
}

.searchResultHeader .herobanner .hero-desktop {
  height: 280px;
}
.searchResultHeader .herobanner .hero-mobile {
  height: 107px;
}
.searchResultHeader .headers {
  text-align: center;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.searchResultHeader .headers h1 {
  margin: 0;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .searchResultHeader .headers h1 {
    font-size: 32px;
  }
}
.searchResultHeader .headers .subheader {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .searchResultHeader .headers .subheader {
    margin-bottom: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .searchResultHeader .headers {
    margin: 10px 15px;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
}

.breadcrumb {
  border-bottom: 1px solid #E5EAEC;
  padding: 7px 23px;
  margin: 0;
  font-size: 12px;
  line-height: 22px;
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    padding: 7px 12px;
  }
}
.breadcrumb .mobileOnly {
  margin-right: 14px;
}
@media screen and (min-width: 481px) {
  .breadcrumb .mobileOnly {
    display: none;
  }
}
.breadcrumb .mobileOnly a {
  color: #00ab7f;
}
.breadcrumb .mobileOnly span {
  color: #00ab7f;
  font-family: monospace;
  margin: 0 2px;
}
.breadcrumb li, .breadcrumb a {
  color: #262626;
  text-decoration: none;
  list-style-type: none;
  display: inline-block;
}
@media (hover: hover) {
  .breadcrumb li:hover, .breadcrumb a:hover {
    color: #00705b;
  }
}
.breadcrumb span {
  margin: 0 4px;
  font-family: monospace;
}
@media screen and (max-width: 480px) {
  .breadcrumb span {
    margin: 0 3px;
  }
}

@media (min-width: 1101px) {
  .campaign-spots .owl-nav, .product-carousel .owl-nav, .spots .owl-nav {
    top: 105px;
  }
}
@media (min-width: 960px) and (max-width: 1100px) {
  .campaign-spots .owl-nav, .product-carousel .owl-nav, .spots .owl-nav {
    top: calc((25vw - 110px) / 2);
  }
}
@media (max-width: 959px) {
  .campaign-spots .owl-nav, .product-carousel .owl-nav, .spots .owl-nav {
    top: calc(50% - 70px);
  }
}

.campaign-spots, .product-carousel, .popular-brands {
  padding-bottom: 40px;
  max-width: 1280px;
  margin: auto;
}
.campaign-spots h2, .product-carousel h2, .popular-brands h2 {
  text-align: center;
  margin: 29px auto 26px;
}
@media screen and (max-width: 767px) {
  .campaign-spots h2, .product-carousel h2, .popular-brands h2 {
    margin: 14px auto;
  }
}
.campaign-spots .spot .header, .product-carousel .spot .header, .popular-brands .spot .header {
  font-weight: bold;
  padding-top: 15px;
}
.campaign-spots .spot .text, .product-carousel .spot .text, .popular-brands .spot .text {
  font-weight: 300;
  height: 72px;
}
@media (hover: hover) {
  .campaign-spots .spot .image:hover, .product-carousel .spot .image:hover, .popular-brands .spot .image:hover {
    position: relative;
  }
  .campaign-spots .spot .image:hover::before, .product-carousel .spot .image:hover::before, .popular-brands .spot .image:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .campaign-spots .spot .image:hover::after, .product-carousel .spot .image:hover::after, .popular-brands .spot .image:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("../../../../Static/AApoteket/Project/Website/cross_overlay.png");
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 559px) {
  .campaign-spots, .product-carousel, .popular-brands {
    padding: 0 0 48px 0;
  }
  .campaign-spots h2, .product-carousel h2, .popular-brands h2 {
    margin: 14px auto;
  }
}
@media screen and (min-width: 560px) {
  .campaign-spots, .product-carousel, .popular-brands {
    padding-left: 95px;
    padding-right: 95px;
  }
}
@media (min-width: 1600px) {
  .campaign-spots, .product-carousel, .popular-brands {
    padding-left: 200px;
    padding-right: 200px;
    max-width: 2400px;
  }
}

.video {
  color: #ffffff;
  background-color: #315d80;
  padding: 120px 0;
}
@media screen and (max-width: 480px) {
  .video {
    padding-top: 62px;
    padding-bottom: 95px;
  }
}
.video .video-wrapper, .video .text-wrapper {
  width: 912px;
  max-width: calc(100% - 40px);
  margin: auto;
}
@media screen and (max-width: 480px) {
  .video .video-wrapper, .video .text-wrapper {
    max-width: calc(100% - 26px);
  }
}
.video .video-wrapper {
  position: relative;
  line-height: 0;
}
.video .video-wrapper .play-video-btn {
  pointer-events: none;
  border-radius: 50%;
  width: 79px;
  height: 79px;
  background-color: #2EC48E;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.video .video-wrapper .play-video-btn::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 28px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 21px solid white;
}
@media screen and (max-width: 767px) {
  .video .video-wrapper .play-video-btn {
    width: 52px;
    height: 52px;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
  }
  .video .video-wrapper .play-video-btn::after {
    left: 20px;
    top: 18px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid white;
  }
}
.video .video-wrapper .video-frame {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.video .text-wrapper .title {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  padding-top: 16px;
}
@media screen and (max-width: 480px) {
  .video .text-wrapper .title {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
  }
}
.video .text-wrapper .text {
  font-size: 14px;
  line-height: 22px;
}

.popular-brands {
  max-width: none;
  padding: 40px 0 20px;
}
.popular-brands h2 {
  margin-top: 0;
}
.popular-brands .brands-carousel-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popular-brands .brands-carousel-mobile .brand {
  height: 100px;
  background-color: rgba(0, 112, 91, 0.08);
  margin: 5px;
  flex-grow: 1;
  width: calc(33.3333333333% - 15px);
}
.popular-brands .brands-carousel-mobile .brand a {
  line-height: 100px;
  text-align: center;
  display: block;
}
.popular-brands .brands-carousel-mobile .brand a img {
  margin: auto;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 5px;
  max-width: calc(100% - 5px);
  max-height: 50px;
}
.popular-brands .brand-carousel {
  position: relative;
}
.popular-brands .brand-carousel.owl-carousel .owl-stage {
  margin: auto;
}
.popular-brands .brand-carousel .owl-nav {
  top: 34px;
  width: calc(100% - 66px);
  margin-left: 33px;
  display: block;
}
@media screen and (min-width: 1600px) {
  .popular-brands .brand-carousel .owl-nav {
    width: calc(100% - 354px);
    margin-left: 177px;
  }
}
.popular-brands .brand-carousel .owl-nav [class*=owl-] {
  background-color: #fff;
  border-radius: 50%;
}
.popular-brands .brand-carousel a {
  height: 119px;
  display: block;
}
.popular-brands .brand-carousel a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 112, 91, 0.08);
  z-index: 1;
}
.popular-brands .brand-carousel a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: calc(100% - 70px);
  max-height: 50px;
}
@media (hover: hover) {
  .popular-brands .brand-carousel a:hover:before {
    background-color: rgba(0, 112, 91, 0.15);
  }
}
@media (max-width: 959px) {
  .popular-brands {
    max-width: 100%;
    padding: 10px 0;
  }
  .popular-brands .brand-carousel.owl-carousel .owl-stage {
    /*margin-left: 50px;*/
  }
  .popular-brands .brand-carousel a {
    height: 120px;
  }
  .popular-brands .brand-carousel a img {
    max-width: calc(100% - 40px);
  }
  .popular-brands .brand-carousel .owl-nav {
    top: 39px;
    margin-left: 12px;
    width: calc(100% - 24px);
  }
  .popular-brands .brand-carousel .owl-nav .owl-prev, .popular-brands .brand-carousel .owl-nav .owl-next {
    background-color: #F6F8FA;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    background-size: 44px 44px;
  }
}
@media (max-width: 767px) {
  .popular-brands .brand-carousel.owl-carousel .owl-stage {
    margin-left: -53px;
  }
}

.related-categories {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 130px;
}
.related-categories h2 {
  margin-bottom: 105px;
}
.related-categories a {
  background-color: #EDF5F4;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  padding: 12px 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.related-categories a:last-child {
  margin-right: 0;
}

.two-columns {
  max-width: 1100px;
  margin: auto;
  padding: 50px 50px 60px 90px;
  display: table;
  width: 100%;
  color: #262626;
}
.two-columns .left-column {
  width: 47%;
  float: left;
  padding-right: 15px;
  text-align: left;
  max-width: 395px;
  box-sizing: content-box;
}
.two-columns .right-column {
  width: 50%;
  float: right;
  text-align: left;
  max-width: 440px;
}

.articletext {
  max-width: 725px;
  padding-left: 0;
  margin: auto;
  display: block;
  position: relative;
  margin-top: 75px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1100px) {
  .articletext {
    padding-left: 0;
    max-width: calc(100% - 320px);
  }
}
@media screen and (max-width: 767px) {
  .articletext {
    width: 100%;
    box-sizing: border-box;
    max-width: none;
    padding: 70px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .articletext {
    padding: 70px 13px 0 13px;
    margin-top: 0;
  }
}
.articletext .title {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .articletext .title {
    margin-top: 0;
  }
}
.articletext .type {
  font-size: 13px;
  color: #00ab7f;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 22px;
}
.articletext .manchet {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .articletext .manchet {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
.articletext .breadtext {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-weight: 300;
}
.articletext .shareArticle {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 1100px) {
  .articletext .shareArticle {
    top: 15px;
    right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .articletext .shareArticle {
    right: 15px;
  }
}
.articletext .shareArticle span {
  vertical-align: super;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

.articlespot {
  box-sizing: border-box;
  padding: 60px 24px 55px;
  background-color: #EDF5F4;
  width: 285px;
  position: relative;
  float: right;
  margin-top: 130px;
  text-align: center;
}
.articlespot p {
  margin: 0;
  font-size: 14px;
}
.articlespot strong {
  font-weight: 600;
}
.articlespot img {
  border-radius: 50%;
  margin-bottom: 22px;
  max-width: 120px;
  height: auto;
}
.articlespot .article-type {
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.articlespot .author {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 16px;
  margin-bottom: 6px;
}
.articlespot .date {
  font-size: 22px;
  line-height: 36px;
  color: #00705B;
  font-weight: bold;
  text-transform: uppercase;
}
.articlespot .title {
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 6px;
}
.articlespot .text {
  margin-bottom: 6px;
}
.articlespot .text p {
  margin-top: 0;
}
@media screen and (max-width: 1100px) {
  .articlespot {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .articlespot {
    float: none;
    margin: 90px auto 0;
  }
}
.articlespot .articleSpot-logo {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/Apoteket-online_Logo.png");
  height: 60px;
  width: 60px;
  position: absolute;
  top: -30px;
  background-size: 100%;
  right: 30px;
  background-repeat: no-repeat;
}

.article {
  position: relative;
  display: table;
  width: calc(100% - 40px);
  margin: 75px auto 110px;
}
@media screen and (max-width: 767px) {
  .article {
    margin: 0 0 50px 0;
    width: 100%;
  }
}
.article .shareArticle {
  position: absolute;
  right: 0px;
  top: 20px;
}
@media screen and (max-width: 1100px) {
  .article .shareArticle {
    top: 15px;
    right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .article .shareArticle {
    right: 15px;
  }
}
.article .shareArticle span {
  vertical-align: super;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}
@media screen and (min-width: 481px) {
  .article .articletext {
    max-width: 57.7272%;
    padding-left: 8.4545%;
    display: inline-block;
    margin: 0;
  }
}
.article .articletext .shareArticlePlaceholder {
  display: none;
}

.ImageRight, .ImageLeft {
  max-width: 1100px;
  margin: auto;
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 165px;
}
@media screen and (max-width: 1100px) {
  .ImageRight, .ImageLeft {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .ImageRight, .ImageLeft {
    max-width: 100%;
  }
}
.ImageRight .text-block, .ImageLeft .text-block {
  margin-top: 60px;
  width: 580px;
  overflow: hidden;
  position: relative;
}
.ImageRight .text-block .colored-bg, .ImageLeft .text-block .colored-bg {
  border-bottom-left-radius: 600px 160px;
  width: 660px;
  padding-bottom: 110px;
  padding-top: 40px;
  float: right;
}
.ImageRight .text-block .colored-bg .breadtext, .ImageRight .text-block .colored-bg .title, .ImageLeft .text-block .colored-bg .breadtext, .ImageLeft .text-block .colored-bg .title {
  width: calc(100% - 80px);
  padding: 0 90px 0 70px;
  box-sizing: border-box;
  float: right;
}
@media screen and (max-width: 767px) {
  .ImageRight .text-block .colored-bg .breadtext, .ImageRight .text-block .colored-bg .title, .ImageLeft .text-block .colored-bg .breadtext, .ImageLeft .text-block .colored-bg .title {
    width: calc(100% - 60px);
    padding: 0 12px 0 12px;
  }
}
.ImageRight .text-block .colored-bg .breadtext p, .ImageRight .text-block .colored-bg .title p, .ImageLeft .text-block .colored-bg .breadtext p, .ImageLeft .text-block .colored-bg .title p {
  font-weight: 300;
  margin-bottom: 1.5em;
}
.ImageRight .text-block, .ImageLeft .text-block {
  /*&::after {
      content: '';
      width: 580px;
      height: calc(100% - 60px);
      opacity: 0.8;
      position: absolute;
      top: 60px;
      left: 0;
      z-index: -1;
  }*/
}
.ImageRight img, .ImageLeft img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ImageRight, .ImageLeft {
    margin-bottom: 70px;
  }
  .ImageRight .text-block, .ImageLeft .text-block {
    width: 100%;
    margin-top: -40px;
  }
  .ImageRight .text-block .colored-bg, .ImageLeft .text-block .colored-bg {
    width: calc(100% + 60px);
    padding-top: 30px;
  }
  .ImageRight img, .ImageLeft img {
    position: static;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.ImageLeft .text-block {
  float: right;
}
.ImageLeft .text-block .colored-bg {
  border-bottom-right-radius: 600px 160px;
  border-bottom-left-radius: unset;
  float: none;
}
.ImageLeft .text-block .colored-bg .breadtext, .ImageLeft .text-block .colored-bg .title {
  width: calc(100% - 80px);
  padding: 0 90px 0 70px;
  box-sizing: border-box;
  float: none;
}
@media screen and (max-width: 767px) {
  .ImageLeft .text-block .colored-bg .breadtext, .ImageLeft .text-block .colored-bg .title {
    width: calc(100% - 60px);
    padding: 0 12px 0 12px;
  }
}
.ImageLeft img {
  right: auto;
  left: 0;
}

.articleSpots {
  padding-top: 28px;
  padding-bottom: 45px;
  background-color: #F6F8FA;
}
@media screen and (max-width: 767px) {
  .articleSpots {
    padding-top: 32px;
  }
}
.articleSpots > .title {
  margin-bottom: 28px;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .articleSpots > .title {
    margin-bottom: 32px;
  }
}
.articleSpots .related-article {
  width: 100%;
  display: table;
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  .articleSpots .related-article {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .articleSpots .related-article {
    max-width: 2400px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
.articleSpots .related-article ._articleSpot {
  width: calc(50% - 13px);
  float: left;
  background-color: white;
}
.articleSpots .related-article ._articleSpot .image {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .articleSpots .related-article ._articleSpot {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .articleSpots .related-article ._articleSpot:last-of-type {
    margin-bottom: 0;
  }
}
.articleSpots .related-article ._articleSpot:first-child {
  margin-right: 26px;
}
.articleSpots .related-article ._articleSpot img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .articleSpots .related-article ._articleSpot .image:hover {
    position: relative;
  }
  .articleSpots .related-article ._articleSpot .image:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
  .articleSpots .related-article ._articleSpot .image:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("../../../../Static/AApoteket/Project/Website/cross_overlay.png");
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.articleSpots .related-article ._articleSpot .bottom-block {
  padding-top: 20px;
  height: 190px;
  padding-bottom: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .articleSpots .related-article ._articleSpot .bottom-block {
    height: 235px;
    padding-bottom: 25px;
  }
}
.articleSpots .related-article ._articleSpot .type {
  color: #00AB7F;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 30px;
  padding-right: 55px;
}
@media screen and (max-width: 480px) {
  .articleSpots .related-article ._articleSpot .type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.articleSpots .related-article ._articleSpot .title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 55px;
}
@media screen and (max-width: 480px) {
  .articleSpots .related-article ._articleSpot .title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.articleSpots .related-article ._articleSpot .text {
  padding-left: 30px;
  padding-right: 55px;
}
@media screen and (max-width: 480px) {
  .articleSpots .related-article ._articleSpot .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.articleSpots .related-article .load-more {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 45px;
}
.articleSpots .related-article .load-more a {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/logomark.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  display: inline-block;
}
.articleSpots .related-article .load-more a:hover {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/logomark-dark.svg");
}
.articleSpots .related-article.Spot-3 ._articleSpot {
  margin-right: 2.2727%;
  width: 31.8181%;
}
@media screen and (max-width: 767px) {
  .articleSpots .related-article.Spot-3 ._articleSpot {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .articleSpots .related-article.Spot-3 ._articleSpot:last-of-type {
    margin-bottom: 0;
  }
}
.articleSpots .related-article.Spot-3 ._articleSpot:last-of-type {
  margin-right: 0;
}
.articleSpots .related-article.Spot-3 ._articleSpot .bottom-block {
  height: 235px;
  padding-bottom: 20px;
}

.richTextSpot ul, .categorySpot ul {
  padding-left: 40px;
  list-style-type: none;
}
.richTextSpot ul li, .categorySpot ul li {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
  position: relative;
}
.richTextSpot ul li:before, .categorySpot ul li:before {
  content: "· ";
  position: absolute;
  font-size: 24px;
  left: -28px;
  top: 5px;
}
.richTextSpot.text-only, .richTextSpot.text-narrow, .categorySpot.text-only, .categorySpot.text-narrow {
  margin: 50px auto;
}
.richTextSpot.text-only ul, .richTextSpot.text-narrow ul, .categorySpot.text-only ul, .categorySpot.text-narrow ul {
  margin: 20px 0;
  max-width: 85%;
}
.richTextSpot.text-narrow .inner, .categorySpot.text-narrow .inner {
  max-width: 57.7272%;
  padding-left: 8.4545%;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .richTextSpot.text-narrow .inner, .categorySpot.text-narrow .inner {
    padding-left: 0;
    max-width: calc(100% - 320px);
  }
}
@media screen and (max-width: 959px) {
  .richTextSpot.text-narrow .inner, .categorySpot.text-narrow .inner {
    max-width: 100%;
  }
}
.richTextSpot .col-1-of-2, .categorySpot .col-1-of-2 {
  text-align: left;
  display: inline-block;
  max-width: 420px;
  width: 40%;
  vertical-align: top;
  font-weight: 300;
}
.richTextSpot .col-1-of-2 p, .categorySpot .col-1-of-2 p {
  margin-bottom: 10px;
}
.richTextSpot .col-1-of-2 strong, .categorySpot .col-1-of-2 strong {
  margin-top: 40px;
  display: block;
  line-height: 20px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .richTextSpot .col-1-of-2 strong, .categorySpot .col-1-of-2 strong {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .richTextSpot .col-1-of-2, .categorySpot .col-1-of-2 {
    max-width: none;
    width: 100%;
  }
}
.richTextSpot .col-1-of-2:first-of-type, .categorySpot .col-1-of-2:first-of-type {
  margin-right: 115px;
}
@media screen and (max-width: 1100px) {
  .richTextSpot .col-1-of-2:first-of-type, .categorySpot .col-1-of-2:first-of-type {
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .richTextSpot .col-1-of-2:first-of-type, .categorySpot .col-1-of-2:first-of-type {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .richTextSpot .col-1-of-2 p, .categorySpot .col-1-of-2 p {
    margin: 10px 0;
  }
}
.richTextSpot .col-1-of-2 p strong, .categorySpot .col-1-of-2 p strong {
  margin-top: 35px;
  display: block;
  line-height: 20px;
}
@media screen and (max-width: 480px) {
  .richTextSpot .col-1-of-2 p strong, .categorySpot .col-1-of-2 p strong {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 16px;
  }
}
.richTextSpot .col-1-of-2 h3, .richTextSpot .col-1-of-2 h4, .categorySpot .col-1-of-2 h3, .categorySpot .col-1-of-2 h4 {
  margin: 35px 0 55px;
}
@media screen and (max-width: 767px) {
  .richTextSpot .col-1-of-2 h3, .richTextSpot .col-1-of-2 h4, .categorySpot .col-1-of-2 h3, .categorySpot .col-1-of-2 h4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
.richTextSpot, .categorySpot {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .richTextSpot, .categorySpot {
    margin-bottom: 70px;
  }
}
.richTextSpot p, .categorySpot p {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 8px;
}
.richTextSpot strong, .categorySpot strong {
  font-size: 14px;
}
.richTextSpot h1, .categorySpot h1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .richTextSpot h1, .categorySpot h1 {
    margin-bottom: 40px;
  }
}
.richTextSpot.dark, .richTextSpot.white, .richTextSpot.two-column, .categorySpot.dark, .categorySpot.white, .categorySpot.two-column {
  background-color: #EAEFF3;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .richTextSpot.dark, .richTextSpot.white, .richTextSpot.two-column, .categorySpot.dark, .categorySpot.white, .categorySpot.two-column {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .richTextSpot.dark, .richTextSpot.white, .richTextSpot.two-column, .categorySpot.dark, .categorySpot.white, .categorySpot.two-column {
    padding-bottom: 50px;
  }
}
.richTextSpot.dark h2, .richTextSpot.white h2, .richTextSpot.two-column h2, .categorySpot.dark h2, .categorySpot.white h2, .categorySpot.two-column h2 {
  padding-top: 100px;
  margin-bottom: 40px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .richTextSpot.dark h2, .richTextSpot.white h2, .richTextSpot.two-column h2, .categorySpot.dark h2, .categorySpot.white h2, .categorySpot.two-column h2 {
    padding-top: 85px;
    margin-bottom: 35px;
  }
}
.richTextSpot.slim, .categorySpot.slim {
  padding-bottom: 30px;
  padding-top: 25px;
  margin-bottom: 10px;
}
.richTextSpot.extra-slim, .categorySpot.extra-slim {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.richTextSpot.white, .categorySpot.white {
  background-color: #ffffff;
}
.richTextSpot.white.small-cross, .categorySpot.white.small-cross {
  background-image: url("../../../../Static//AApoteket/Project/Website/gfx/cross_cut_grey_3.svg");
}
.richTextSpot.big-cross, .categorySpot.big-cross {
  padding-top: 110px;
  text-align: center;
  padding-bottom: 75px;
}
.richTextSpot.big-cross h2, .categorySpot.big-cross h2 {
  margin-top: 0;
}
.richTextSpot.big-cross p strong, .categorySpot.big-cross p strong {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .richTextSpot.big-cross, .categorySpot.big-cross {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .richTextSpot.big-cross h2, .categorySpot.big-cross h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .richTextSpot.big-cross, .categorySpot.big-cross {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.richTextSpot.table1, .richTextSpot.table2, .richTextSpot.table3, .categorySpot.table1, .categorySpot.table2, .categorySpot.table3 {
  max-width: 1100px;
  margin: 100px auto;
  text-align: left;
}
.richTextSpot.table1 table, .richTextSpot.table2 table, .richTextSpot.table3 table, .categorySpot.table1 table, .categorySpot.table2 table, .categorySpot.table3 table {
  border-collapse: collapse;
}
.richTextSpot.table1 table p, .richTextSpot.table2 table p, .richTextSpot.table3 table p, .categorySpot.table1 table p, .categorySpot.table2 table p, .categorySpot.table3 table p {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0 0 0;
}
.richTextSpot.table1 table strong, .richTextSpot.table2 table strong, .richTextSpot.table3 table strong, .categorySpot.table1 table strong, .categorySpot.table2 table strong, .categorySpot.table3 table strong {
  line-height: 16px;
  display: block;
}
.richTextSpot.table1 table tr, .richTextSpot.table2 table tr, .richTextSpot.table3 table tr, .categorySpot.table1 table tr, .categorySpot.table2 table tr, .categorySpot.table3 table tr {
  border: 1px solid #E5EAEC;
  background-color: #FBFCFD;
}
.richTextSpot.table1 table tr td, .richTextSpot.table2 table tr td, .richTextSpot.table3 table tr td, .categorySpot.table1 table tr td, .categorySpot.table2 table tr td, .categorySpot.table3 table tr td {
  padding: 17px 30px;
  border: 1px solid #E5EAEC;
  font-size: 14px;
  line-height: 22px;
}
.richTextSpot.table1 table tr:first-of-type, .richTextSpot.table2 table tr:first-of-type, .richTextSpot.table3 table tr:first-of-type, .categorySpot.table1 table tr:first-of-type, .categorySpot.table2 table tr:first-of-type, .categorySpot.table3 table tr:first-of-type {
  background-color: #CCE2DE;
}
.richTextSpot.table1 table tr:first-of-type td, .richTextSpot.table2 table tr:first-of-type td, .richTextSpot.table3 table tr:first-of-type td, .categorySpot.table1 table tr:first-of-type td, .categorySpot.table2 table tr:first-of-type td, .categorySpot.table3 table tr:first-of-type td {
  padding: 20px 30px;
  box-sizing: border-box;
}
.richTextSpot.table1 table tr:first-of-type td p, .richTextSpot.table2 table tr:first-of-type td p, .richTextSpot.table3 table tr:first-of-type td p, .categorySpot.table1 table tr:first-of-type td p, .categorySpot.table2 table tr:first-of-type td p, .categorySpot.table3 table tr:first-of-type td p {
  line-height: 22px;
  font-size: 14px;
  max-width: 870px;
  margin: 0;
  margin-top: 5px;
}
.richTextSpot.table1 table tr:first-of-type td h3, .richTextSpot.table1 table tr:first-of-type td h4, .richTextSpot.table2 table tr:first-of-type td h3, .richTextSpot.table2 table tr:first-of-type td h4, .richTextSpot.table3 table tr:first-of-type td h3, .richTextSpot.table3 table tr:first-of-type td h4, .categorySpot.table1 table tr:first-of-type td h3, .categorySpot.table1 table tr:first-of-type td h4, .categorySpot.table2 table tr:first-of-type td h3, .categorySpot.table2 table tr:first-of-type td h4, .categorySpot.table3 table tr:first-of-type td h3, .categorySpot.table3 table tr:first-of-type td h4 {
  margin: 0;
}
.richTextSpot.table1 table tr:first-of-type td h4, .richTextSpot.table2 table tr:first-of-type td h4, .richTextSpot.table3 table tr:first-of-type td h4, .categorySpot.table1 table tr:first-of-type td h4, .categorySpot.table2 table tr:first-of-type td h4, .categorySpot.table3 table tr:first-of-type td h4 {
  line-height: 36px;
}
.richTextSpot.table1 table tr:nth-child(2), .richTextSpot.table2 table tr:nth-child(2), .richTextSpot.table3 table tr:nth-child(2), .categorySpot.table1 table tr:nth-child(2), .categorySpot.table2 table tr:nth-child(2), .categorySpot.table3 table tr:nth-child(2) {
  background-color: #F6F8FA;
}
.richTextSpot.table1 table tr:nth-child(2) td, .richTextSpot.table2 table tr:nth-child(2) td, .richTextSpot.table3 table tr:nth-child(2) td, .categorySpot.table1 table tr:nth-child(2) td, .categorySpot.table2 table tr:nth-child(2) td, .categorySpot.table3 table tr:nth-child(2) td {
  padding: 17px 30px;
}
.richTextSpot.table1 table tr:nth-child(2) td strong, .richTextSpot.table2 table tr:nth-child(2) td strong, .richTextSpot.table3 table tr:nth-child(2) td strong, .categorySpot.table1 table tr:nth-child(2) td strong, .categorySpot.table2 table tr:nth-child(2) td strong, .categorySpot.table3 table tr:nth-child(2) td strong {
  max-width: 195px;
  line-height: 16px;
  display: block;
}
.richTextSpot.table1 table tr:nth-child(n+3) td:first-of-type, .richTextSpot.table2 table tr:nth-child(n+3) td:first-of-type, .richTextSpot.table3 table tr:nth-child(n+3) td:first-of-type, .categorySpot.table1 table tr:nth-child(n+3) td:first-of-type, .categorySpot.table2 table tr:nth-child(n+3) td:first-of-type, .categorySpot.table3 table tr:nth-child(n+3) td:first-of-type {
  background-color: #F6F8FA;
  padding: 17px 30px;
  box-sizing: border-box;
  width: 215px;
}
.richTextSpot.table1 table tr:last-child td, .richTextSpot.table2 table tr:last-child td, .richTextSpot.table3 table tr:last-child td, .categorySpot.table1 table tr:last-child td, .categorySpot.table2 table tr:last-child td, .categorySpot.table3 table tr:last-child td {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .richTextSpot.table1, .richTextSpot.table2, .richTextSpot.table3, .categorySpot.table1, .categorySpot.table2, .categorySpot.table3 {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 15px;
    margin-bottom: 70px;
  }
  .richTextSpot.table1::-webkit-scrollbar, .richTextSpot.table2::-webkit-scrollbar, .richTextSpot.table3::-webkit-scrollbar, .categorySpot.table1::-webkit-scrollbar, .categorySpot.table2::-webkit-scrollbar, .categorySpot.table3::-webkit-scrollbar {
    height: 13px;
  }
  .richTextSpot.table1::-webkit-scrollbar-track:horizontal, .richTextSpot.table2::-webkit-scrollbar-track:horizontal, .richTextSpot.table3::-webkit-scrollbar-track:horizontal, .categorySpot.table1::-webkit-scrollbar-track:horizontal, .categorySpot.table2::-webkit-scrollbar-track:horizontal, .categorySpot.table3::-webkit-scrollbar-track:horizontal {
    background: #F6F8FA;
  }
  .richTextSpot.table1::-webkit-scrollbar-thumb:horizontal, .richTextSpot.table2::-webkit-scrollbar-thumb:horizontal, .richTextSpot.table3::-webkit-scrollbar-thumb:horizontal, .categorySpot.table1::-webkit-scrollbar-thumb:horizontal, .categorySpot.table2::-webkit-scrollbar-thumb:horizontal, .categorySpot.table3::-webkit-scrollbar-thumb:horizontal {
    background-clip: padding-box;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #687278;
  }
  .richTextSpot.table1 table, .richTextSpot.table2 table, .richTextSpot.table3 table, .categorySpot.table1 table, .categorySpot.table2 table, .categorySpot.table3 table {
    width: 1100px;
  }
}
.richTextSpot.table2 table tr:nth-child(2), .categorySpot.table2 table tr:nth-child(2) {
  background-color: transparent;
}
.richTextSpot.table2 table tr:nth-child(2) td:first-of-type, .categorySpot.table2 table tr:nth-child(2) td:first-of-type {
  background-color: #FBFCFD;
  padding: 20px 30px;
}
.richTextSpot.table3, .categorySpot.table3 {
  max-width: 886px;
  padding-right: 233px;
}
.richTextSpot.table3 table tr:nth-child(n+2), .categorySpot.table3 table tr:nth-child(n+2) {
  background-color: #FBFCFD;
}
.richTextSpot.table3 table tr:nth-child(n+2) td:first-of-type, .categorySpot.table3 table tr:nth-child(n+2) td:first-of-type {
  background-color: transparent;
  padding: 20px 30px;
}
.richTextSpot.table3 table tr:first-of-type td, .categorySpot.table3 table tr:first-of-type td {
  width: 33.333%;
}
.richTextSpot.small-cross, .categorySpot.small-cross {
  background-image: url("../../../../Static//AApoteket/Project/Website/gfx/cross_cut_white_4.svg");
  background-repeat: no-repeat;
  background-position: top right -35px;
}
@media screen and (max-width: 480px) {
  .richTextSpot.small-cross, .categorySpot.small-cross {
    background-size: 210px;
  }
}
.richTextSpot.big-cross, .categorySpot.big-cross {
  background-image: url("../../../../Static//AApoteket/Project/Website/gfx/background_2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.richTextSpot ::-webkit-scrollbar, .categorySpot ::-webkit-scrollbar {
  height: 13px;
}
.richTextSpot ::-webkit-scrollbar-track:horizontal, .categorySpot ::-webkit-scrollbar-track:horizontal {
  background: #F6F8FA;
}
.richTextSpot ::-webkit-scrollbar-thumb:horizontal, .categorySpot ::-webkit-scrollbar-thumb:horizontal {
  background-clip: padding-box;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #687278;
}

.richTextSpot {
  font-weight: 300;
}
.richTextSpot ul {
  list-style-type: disc;
}
.richTextSpot ul li {
  font-size: 16px;
}
.richTextSpot ul li:before {
  display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.body-search {
  text-align: center;
  padding: 100px 0 75px 0;
  box-sizing: border-box;
  background-size: cover;
  background-image: url("../../../../Static/AApoteket/Project/Website/gfx/background_1.svg");
  background-position: bottom;
  fill: red;
}
@media screen and (max-width: 767px) {
  .body-search {
    padding-top: 65px;
    padding: 65px 12px 75px 12px;
  }
}
.body-search .search-btn {
  width: 88px;
}
.body-search .title {
  margin-bottom: 50px;
}
.body-search .text {
  margin-bottom: 40px;
  font-size: 18px;
  color: #262626;
}
.body-search .search-input {
  height: 44px;
  width: 405px;
  border: 1px solid #E5EAEC;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding-left: 15px;
  box-sizing: border-box;
  margin-right: 10px;
  outline: none;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .body-search .search-input {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .body-search .search-input {
    width: 100%;
  }
}

.herobannercarousel .info-box {
  position: absolute;
  right: 0;
  top: 55px;
  background-color: transparent;
  overflow: hidden;
  padding: 0 55px 65px 55px;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .herobannercarousel .info-box {
    top: 105px;
    padding: 0 30px 65px;
  }
}
@media screen and (max-width: 767px) {
  .herobannercarousel .info-box {
    position: relative;
    top: 0;
    padding: 0;
    z-index: 1;
    width: 100%;
  }
}
.herobannercarousel .info-box .colored-bg {
  border-bottom-left-radius: 600px 160px;
  width: calc(100% + 140px);
  background-color: rgba(0, 112, 91, 0.9);
  padding-top: 35px;
  padding-bottom: 65px;
  margin-left: -85px;
  padding-left: 83px;
  padding-right: 55px;
  box-sizing: border-box;
}
.herobannercarousel .info-box .colored-bg .toggle-infobox {
  display: none;
}
@media screen and (max-width: 767px) {
  .herobannercarousel .info-box .colored-bg {
    background-color: rgb(0, 112, 91);
    padding-left: 102px;
    padding-right: 102px;
    width: 100%;
    margin-left: 0;
    padding-bottom: 19px;
    padding-top: 5px;
    border-bottom-left-radius: 0;
    position: relative;
    max-height: 67px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .herobannercarousel .info-box .colored-bg.expanded {
    max-height: 900px;
    overflow: visible;
    padding-top: 6px;
  }
  .herobannercarousel .info-box .colored-bg.expanded .toggle-infobox .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }
  .herobannercarousel .info-box .colored-bg.expanded .toggle-infobox .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
  }
  .herobannercarousel .info-box .colored-bg .toggle-infobox {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .herobannercarousel .info-box .colored-bg .toggle-infobox .horizontal {
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
  }
  .herobannercarousel .info-box .colored-bg .toggle-infobox .vertical {
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 20px;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .herobannercarousel .info-box .pharmacy-infobox {
    width: 100%;
  }
}

.herobanner {
  position: relative;
}
.herobanner .hero-desktop, .herobanner .hero-mobile {
  height: 100%;
  height: 330px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.herobanner.center-content .hero-mobile {
  height: initial;
  padding-bottom: 35px;
}
.herobanner .hero-mobile {
  line-height: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .herobanner .hero-mobile {
    display: none;
  }
}
.herobanner .hero-mobile img {
  height: 100%;
}
.herobanner .hero-mobile .cta-block {
  display: block;
}
.herobanner .hero-mobile .cta-block.mobile {
  position: relative;
  top: initial;
  bottom: initial;
  transform: none;
}
.herobanner .hero-desktop {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .herobanner .hero-desktop {
    display: none;
  }
}
.herobanner.center-content .cta-block {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 940px;
}
@media screen and (max-width: 959px) {
  .herobanner.center-content .cta-block {
    width: auto;
  }
}
.herobanner .cta-block {
  position: absolute;
  width: 600px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 15%;
}
@media screen and (max-width: 959px) {
  .herobanner .cta-block {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .herobanner .cta-block {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 60px;
    text-align: center;
    padding: 0 40px;
    box-sizing: border-box;
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .herobanner .cta-block {
    padding: 0 15px;
  }
}
.herobanner .cta-block a {
  padding: 14.5px 42px;
  text-decoration: none;
  background-color: #00ab7f;
}
@media screen and (max-width: 767px) {
  .herobanner .cta-block a {
    padding: 14.5px 27px;
  }
}
.herobanner .cta-block h2 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 46px;
  line-height: 54px;
}
@media screen and (max-width: 767px) {
  .herobanner .cta-block h2 {
    color: #ffffff;
  }
}
.herobanner .cta-block img.cta_image {
  height: 11px;
  width: auto;
  display: inline-block;
  padding-left: 7px;
  top: 1px;
  position: relative;
}

.urgency-banner {
  justify-content: center;
  display: flex;
  align-items: center;
  min-height: 68px;
  line-height: 1.5;
  padding: 10px;
  width: 50%;
  float: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .urgency-banner {
    width: 100%;
    position: absolute;
    top: 0px;
    min-height: 48px;
  }
}
.product-tile .urgency-banner {
  width: 100%;
  font-size: 14px;
  padding: 8px;
  min-height: 44px;
}
@media screen and (max-width: 767px) {
  .product-tile .urgency-banner {
    position: fixed;
    top: 105px;
    left: 0px;
    min-height: 37px;
  }
}

.usp-banner {
  height: 70px;
  background-color: #D9EAE7;
  text-align: center;
  padding: 21px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .usp-banner.useSimpleLayoutOnMobile .usp-banner-item {
    text-align: center;
  }
  .usp-banner.useSimpleLayoutOnMobile .usp-banner-item:not(:first-child) {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .usp-banner {
    height: auto;
    padding: 21px 15%;
  }
}
@media screen and (max-width: 767px) {
  .usp-banner {
    padding: 21px 45px 0px 45px;
    max-height: none;
    width: 100%;
    text-align: left;
    bottom: 0;
    margin-top: 0px;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.usp-banner .usp-banner-item {
  display: inline-block;
  margin-right: 5.512%;
}
@media screen and (max-width: 980px) {
  .usp-banner .usp-banner-item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .usp-banner .usp-banner-item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.usp-banner .usp-banner-item:last-child {
  margin-right: 0;
}
.usp-banner .usp-banner-item div {
  display: inline-block;
}
.usp-banner .usp-banner-item div.text {
  vertical-align: super;
  margin-left: 17px;
}
.usp-banner .usp-banner-item .image {
  max-width: 30px;
}
.usp-banner .usp-banner-item img {
  fill: #00ab7f;
  width: 100%;
  height: 100%;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .usp-banner .usp-banner-item img {
    width: 30px;
    height: auto;
  }
}

.navigation-links {
  text-align: center;
  background-color: #EDF5F4;
  padding: 110px 0 90px 0;
}
@media screen and (max-width: 420px) {
  .navigation-links {
    padding: 85px 20px 45px 20px;
  }
}
.navigation-links h2 {
  margin: 0 0 105px 0;
}
@media screen and (max-width: 420px) {
  .navigation-links h2 {
    margin: 0 0 85px 0;
  }
}
.navigation-links ul {
  list-style-type: none;
  padding: 0;
  max-width: 885px;
  margin: auto;
}
.navigation-links ul li {
  display: inline-block;
  font-size: 14px;
  width: 33%;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  .navigation-links ul li {
    width: 100%;
  }
}
.navigation-links ul li div {
  width: 25px;
  border-bottom: 1.5px solid #00AB7F;
  margin: auto;
  padding-top: 20px;
}
.navigation-links ul li a:hover + div {
  width: 70px;
}

.header-component {
  text-align: center;
  max-width: 910px;
  margin: 20px auto;
  padding: 0 30px;
}
.header-component.simple {
  max-width: none;
  margin: 0px;
}
.header-component.simple h1 {
  font-size: 36px;
  line-height: 44px;
}
.header-component h1 {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .header-component h1 {
    margin: 20px 0;
  }
}
.header-component .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .header-component .text {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .header-component.simple {
    margin: 0px;
  }
  .header-component {
    margin: 0px auto;
    padding: 0px;
  }
}

.image-text-spot {
  padding: 0;
  margin-top: 15px;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .image-text-spot {
    padding: 0 10px;
  }
}
@media screen and (max-width: 766px) {
  .image-text-spot {
    padding: 0;
    margin-top: 0px;
  }
}
.image-text-spot.left .desktop {
  background-position: top right;
}
@media screen and (max-width: 959px) {
  .image-text-spot.left .desktop {
    background-position: center;
  }
}
.image-text-spot .desktop, .image-text-spot .mobile {
  position: relative;
  display: flex;
}
.image-text-spot .desktop .text-block, .image-text-spot .mobile .text-block {
  width: 455px;
  overflow: hidden;
  position: absolute;
  top: -15px;
  right: -15px;
}
.image-text-spot .desktop .text-block .colored-bg, .image-text-spot .mobile .text-block .colored-bg {
  border-bottom-left-radius: 140px 600px;
  padding-bottom: 120px;
  padding-top: 75px;
  margin-bottom: -65px;
}
.image-text-spot .desktop .text-block .colored-bg h2, .image-text-spot .mobile .text-block .colored-bg h2 {
  margin-top: 0;
  font-size: 30px;
  line-height: 36px;
  padding-left: 105px;
  padding-right: 80px;
}
.image-text-spot .desktop .text-block .colored-bg .breadtext, .image-text-spot .mobile .text-block .colored-bg .breadtext {
  padding-left: 105px;
  padding-right: 80px;
  font-weight: 300;
}
.image-text-spot .desktop .text-block .colored-bg .button, .image-text-spot .desktop .text-block .colored-bg .herobanner .cta-block a, .herobanner .cta-block .image-text-spot .desktop .text-block .colored-bg a, .image-text-spot .mobile .text-block .colored-bg .button, .image-text-spot .mobile .text-block .colored-bg .herobanner .cta-block a, .herobanner .cta-block .image-text-spot .mobile .text-block .colored-bg a {
  height: 44px;
  width: 160px;
  margin-left: 105px;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .image-text-spot .desktop .text-block .colored-bg .button, .image-text-spot .desktop .text-block .colored-bg .herobanner .cta-block a, .herobanner .cta-block .image-text-spot .desktop .text-block .colored-bg a, .image-text-spot .mobile .text-block .colored-bg .button, .image-text-spot .mobile .text-block .colored-bg .herobanner .cta-block a, .herobanner .cta-block .image-text-spot .mobile .text-block .colored-bg a {
    opacity: 1;
  }
}
.image-text-spot .desktop .text-block .colored-bg .button a, .image-text-spot .desktop .text-block .colored-bg .herobanner .cta-block a a, .herobanner .cta-block .image-text-spot .desktop .text-block .colored-bg a a, .image-text-spot .mobile .text-block .colored-bg .button a, .image-text-spot .mobile .text-block .colored-bg .herobanner .cta-block a a, .herobanner .cta-block .image-text-spot .mobile .text-block .colored-bg a a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.image-text-spot .desktop img, .image-text-spot .mobile img {
  width: 100%;
  object-fit: cover;
}
.image-text-spot .desktop {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  min-height: 443px;
}
.image-text-spot .desktop .text-block {
  width: 455px;
  overflow: hidden;
  position: static;
  top: auto;
  right: auto;
  float: right;
  margin-bottom: 34px;
  margin-top: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 959px) {
  .image-text-spot .desktop .text-block {
    margin-top: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .image-text-spot .desktop .text-block .colored-bg {
    padding-top: 65px;
  }
  .image-text-spot .desktop .text-block .colored-bg .breadtext, .image-text-spot .desktop .text-block .colored-bg h2 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 959px) {
  .image-text-spot .desktop .text-block .colored-bg h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 959px) {
  .image-text-spot .desktop {
    min-height: 344px;
    background-position: center;
  }
}
@media screen and (max-width: 766px) {
  .image-text-spot .desktop {
    display: none;
  }
}
.image-text-spot .mobile {
  display: none;
}
@media screen and (max-width: 766px) {
  .image-text-spot .mobile {
    display: block;
  }
  .image-text-spot .mobile img {
    height: auto;
    width: 100%;
    object-fit: unset;
  }
  .image-text-spot .mobile .text-block {
    position: relative;
    right: auto;
    width: 100%;
    top: -15px;
  }
  .image-text-spot .mobile .text-block .colored-bg {
    width: calc(100% + 60px);
    border-bottom-left-radius: unset;
    border-bottom-right-radius: 600px 160px;
    padding-bottom: 65px;
    margin-bottom: 0;
  }
  .image-text-spot .mobile .text-block .colored-bg h2, .image-text-spot .mobile .text-block .colored-bg .breadtext {
    padding: 0 45px 0 40px;
    text-align: left;
    box-sizing: border-box;
    width: calc(100% - 60px);
  }
  .image-text-spot .mobile .text-block .colored-bg h2 .button, .image-text-spot .mobile .text-block .colored-bg h2 .herobanner .cta-block a, .herobanner .cta-block .image-text-spot .mobile .text-block .colored-bg h2 a, .image-text-spot .mobile .text-block .colored-bg .breadtext .button, .image-text-spot .mobile .text-block .colored-bg .breadtext .herobanner .cta-block a, .herobanner .cta-block .image-text-spot .mobile .text-block .colored-bg .breadtext a {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
    opacity: 1;
  }
}
@media screen and (min-width: 766px) {
  .image-text-spot.left .text-block {
    float: left;
    margin-left: -16px;
    margin-right: 0;
  }
  .image-text-spot.left .text-block .colored-bg {
    border-bottom-right-radius: 140px 600px;
    border-bottom-left-radius: unset;
  }
  .image-text-spot.left .text-block .colored-bg h2, .image-text-spot.left .text-block .colored-bg .breadtext {
    padding-left: 70px;
    padding-right: 115px;
  }
  .image-text-spot.left .text-block .colored-bg .button, .image-text-spot.left .text-block .colored-bg .herobanner .cta-block a, .herobanner .cta-block .image-text-spot.left .text-block .colored-bg a {
    margin-left: 70px;
  }
}
@media screen and (min-width: 766px) and (max-width: 1024px) {
  .image-text-spot.left .text-block .colored-bg {
    padding-top: 65px;
  }
  .image-text-spot.left .text-block .colored-bg .breadtext, .image-text-spot.left .text-block .colored-bg h2 {
    padding-left: 60px;
  }
}
.image-text-spot.members-club-signup-form {
  padding: 0;
}
.image-text-spot.members-club-signup-form .text-block {
  margin-bottom: 31px;
  margin-top: -14px;
}
@media screen and (max-width: 766px) {
  .image-text-spot.members-club-signup-form .text-block {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.image-text-spot.members-club-signup-form .text-block .colored-bg {
  padding: 29px 0 75px;
}
@media screen and (max-width: 766px) {
  .image-text-spot.members-club-signup-form .text-block .colored-bg {
    padding: 21px 0 67px;
  }
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .contenttext, .image-text-spot.members-club-signup-form .text-block .colored-bg .input-group, .image-text-spot.members-club-signup-form .text-block .colored-bg .disclaimer, .image-text-spot.members-club-signup-form .text-block .colored-bg h2 {
  padding-left: 90px;
  padding-right: 60px;
}
@media screen and (max-width: 766px) {
  .image-text-spot.members-club-signup-form .text-block .colored-bg .contenttext, .image-text-spot.members-club-signup-form .text-block .colored-bg .input-group, .image-text-spot.members-club-signup-form .text-block .colored-bg .disclaimer, .image-text-spot.members-club-signup-form .text-block .colored-bg h2 {
    width: calc(100% - 60px);
    padding-left: 38px;
    padding-right: 31px;
  }
}
.image-text-spot.members-club-signup-form .text-block .colored-bg h2 {
  font-size: 24px;
  margin-bottom: 4px;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .contenttext {
  font-size: 12px;
  line-height: 2;
  color: #262626;
  margin-bottom: 8px;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group {
  margin-bottom: 9px;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group input[type=text] {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #e5eaec;
  background-color: #fff;
  box-sizing: border-box;
  height: 47px;
  padding-left: 17px;
  margin-bottom: 10px;
  color: #262626;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group input[type=text].error {
  border: solid 1px red;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .email {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row {
  display: -ms-flexbox;
  display: flex;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row label {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #606a6d;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row .date-of-birth {
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
  padding-right: 16px;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row .genderinput {
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row .genderinput .gendertitle {
  font-size: 12px;
  line-height: 22px;
  color: #606a6d;
  margin: 0;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row .genderinput .gendertitle.error {
  border: solid 1px red;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row .genderinput .genderradiobutton {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row .genderinput .genderradiobutton:checked + label:before {
  content: "⬤";
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .date-gender-wrapper .date-gender-row .genderinput label:before {
  content: "";
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px #606a6d;
  position: relative;
  top: 4px;
  margin-right: 6px;
  color: #00ab7f;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 9px;
  line-height: 12px;
  vertical-align: top;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .input-group .btn-signup {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 47px;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .disclaimer {
  text-align: center;
  font-size: 9px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.5px;
  font-style: italic;
  color: #000;
}
.image-text-spot.members-club-signup-form .text-block .colored-bg .disclaimer .disclaimertext {
  margin: 0;
}

.plp-header img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 340px;
}
.plp-header img.mobile-image {
  display: none;
  max-height: 290px;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .plp-header img.desktop-image {
    display: none;
  }
  .plp-header img.mobile-image {
    display: block;
  }
}

.approveStoreMini {
  top: 0;
  position: fixed;
  width: 578px;
  padding: 25px 0 25px 40px;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(38, 38, 38, 0.1);
  z-index: 20;
  background-color: white;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .approveStoreMini {
    top: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .approveStoreMini {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.approveStoreMini p {
  margin: 0;
}
.approveStoreMini p:nth-child(3) {
  margin-bottom: 35px;
}
@media screen and (max-width: 480px) {
  .approveStoreMini p:nth-child(3) {
    margin-bottom: 15px;
  }
}
.approveStoreMini img {
  transform: rotate(135deg);
  cursor: pointer;
  position: absolute;
  right: 23px;
  top: 15px;
}
@media screen and (max-width: 480px) {
  .approveStoreMini img {
    right: 15px;
    top: 10px;
  }
}
.approveStoreMini #accept, .approveStoreMini #change {
  margin-right: 15px;
  height: 36px;
  width: 120px;
  padding: 0;
  min-width: unset;
}
.approveStoreMini #change {
  margin-right: 0;
  font-weight: 600;
}

.approveStoreNormal {
  display: none;
}

.approveStore {
  width: 578px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px 40px 35px 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 20;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(38, 38, 38, 0.1);
}
@media screen and (max-width: 767px) {
  .approveStore {
    top: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .approveStore {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.approveStore p {
  margin: 0;
}
.approveStore p:nth-child(3) {
  margin-bottom: 20px;
  color: #687278;
  font-size: 14px;
  line-height: 22px;
}
.approveStore .search-block {
  text-align: left;
  margin-bottom: 35px;
}
.approveStore .search-block .close {
  transform: rotate(135deg);
  cursor: pointer;
  position: absolute;
  right: 23px;
  top: 15px;
}
@media screen and (max-width: 480px) {
  .approveStore .search-block .close {
    right: 15px;
    top: 10px;
  }
}
.approveStore .search-block #postalcode {
  background-color: #FBFCFD;
  border-radius: 3px;
  border: 1px solid #E5EAEC;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding-left: 22px;
  color: #687278;
}
.approveStore .search-block .search {
  position: relative;
  margin-bottom: 10px;
}
.approveStore .search-block .search .input-cross {
  transform: rotate(135deg);
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.approveStore .search-block .location {
  cursor: pointer;
}
.approveStore .search-block .location img {
  margin-right: 5px;
}
.approveStore .search-block .location a {
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  vertical-align: text-top;
}
.approveStore .pharmacy-option {
  text-align: left;
  border-top: 1px solid #E5EAEC;
  padding: 10px 0 10px 10px;
  position: relative;
  cursor: pointer;
}
.approveStore .pharmacy-option .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  max-width: 50%;
}
.approveStore .pharmacy-option .address, .approveStore .pharmacy-option .openingHours {
  font-size: 14px;
  line-height: 22px;
}
.approveStore .pharmacy-option .address {
  max-width: 50%;
}
.approveStore .pharmacy-option .openingHours {
  text-align: right;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .approveStore .pharmacy-option .openingHours {
    position: static;
    transform: none;
  }
}
.approveStore .pharmacy-option.selected {
  background-color: #00A973;
  color: white;
}
.approveStore .show-more {
  margin: 30px 0;
}
.approveStore .show-more a {
  font-size: 13px;
  color: #00AB7F;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
.approveStore .show-more a:hover {
  color: #00705B;
}

.search-wide > .plp-infobox {
  display: none !important;
}
.search-wide .plp-infobox.scEnabledChrome {
  display: block !important;
}
.search-wide .plp-infobox {
  width: calc(66.66% - 24px);
  margin-bottom: 15px;
  position: relative;
  max-height: 262px;
  text-align: center;
  color: #262626;
  padding: 40px 55px;
  box-sizing: border-box;
  margin-left: 24px;
}
@media screen and (max-width: 959px) {
  .search-wide .plp-infobox {
    margin-left: 14px;
    width: calc(66.66% - 14px);
  }
}
@media screen and (max-width: 767px) {
  .search-wide .plp-infobox {
    min-height: unset;
    max-height: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .search-wide .plp-infobox {
    padding: 40px 30px;
    display: block;
    margin-bottom: 30px;
  }
}
.search-wide .plp-infobox .s-header {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 15px;
}
.search-wide .plp-infobox .b-header {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 480px) {
  .search-wide .plp-infobox .b-header {
    font-size: 24px;
    margin-bottom: 45px;
    margin-top: 45px;
  }
}
.search-wide .plp-infobox .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.search-wide .plp-infobox .image:not(.scEnabledChrome) {
  z-index: -1;
}
.search-wide .plp-infobox .button.outline, .search-wide .plp-infobox .herobanner .cta-block a.outline, .herobanner .cta-block .search-wide .plp-infobox a.outline {
  position: relative;
  height: 36px;
  width: 120px;
  margin: auto;
  opacity: 1;
  min-width: unset;
}
.search-wide .plp-infobox .button.outline a, .search-wide .plp-infobox .herobanner .cta-block a.outline a, .herobanner .cta-block .search-wide .plp-infobox a.outline a {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-wide .plp-infobox .white-logo, .search-wide .plp-infobox .black-logo {
  position: absolute;
  right: 20px;
  width: 48px;
  top: 20px;
}
@media screen and (max-width: 480px) {
  .search-wide .plp-infobox .white-logo, .search-wide .plp-infobox .black-logo {
    display: none;
  }
}
.search-wide .plp-infobox .white-logo {
  display: none;
}
.search-wide .plp-infobox.white {
  color: #ffffff;
}
.search-wide .plp-infobox.white .white-logo {
  display: block;
}
.search-wide .plp-infobox.white .black-logo {
  display: none;
}
.search-wide .plp-infobox.white .button.outline, .search-wide .plp-infobox.white .herobanner .cta-block a.outline, .herobanner .cta-block .search-wide .plp-infobox.white a.outline {
  color: #ffffff;
  border-color: #ffffff;
}
.search-wide .plp-infobox.white .button.outline a, .search-wide .plp-infobox.white .herobanner .cta-block a.outline a, .herobanner .cta-block .search-wide .plp-infobox.white a.outline a {
  color: #ffffff;
}

.pharmacy-header {
  min-height: 190px;
  text-align: center;
  padding: 50px 0 30px 0;
  box-sizing: border-box;
}
.pharmacy-header h1 {
  margin: 15px auto;
}
.pharmacy-header .image {
  margin: auto;
  transform: none;
}
.pharmacy-header .breadtext {
  max-width: 500px;
  width: 100%;
  color: #262626;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .pharmacy-header {
    padding: 30px;
    min-height: initial;
  }
  .pharmacy-header h1 {
    margin: 10px auto;
  }
  .pharmacy-header .breadtext {
    margin: 20px auto 10px;
  }
}

.background-1 {
  background-image: url(../../../../Static/AApoteket/Project/Website/gfx/background_1.svg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.background-2 {
  background-image: url(../../../../Static/AApoteket/Project/Website/gfx/background_2.svg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

.background-3 {
  background-image: url(../../../../Static/AApoteket/Project/Website/gfx/cross_cut_grey_3.svg);
  background-position: right top;
  background-repeat: no-repeat;
}

.background-4 {
  background-image: url(../../../../Static/AApoteket/Project/Website/gfx/cross_cut_white_4.svg);
  background-position: right top;
  background-repeat: no-repeat;
}

.two-columns.order-form {
  min-height: 750px;
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form {
    background-color: #EDF5F4;
    min-height: unset;
    padding: 80px 14px 0 14px;
  }
}
.two-columns.order-form .left-column {
  max-width: none;
  min-height: 750px;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .left-column {
    min-height: unset;
    width: 100%;
    overflow: unset;
    padding-right: 0;
  }
}
.two-columns.order-form .left-column .richTextSpot {
  border-bottom-right-radius: 1090px 320px;
  width: calc(100% + 140px);
  background-color: #EDF5F4;
  padding-top: 200px;
  padding-right: 125px;
  min-height: 750px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .left-column .richTextSpot {
    width: 100%;
    padding: 0;
    min-height: unset;
    margin-bottom: 40px;
  }
}
.two-columns.order-form .left-column .richTextSpot .inner {
  max-width: 565px;
  padding-left: 20px;
  float: right;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .left-column .richTextSpot .inner {
    float: none;
    max-width: none;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .two-columns.order-form .left-column .richTextSpot .inner p {
    font-size: 14px;
    line-height: 22px;
  }
}
.two-columns.order-form .left-column .richTextSpot .inner h2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .left-column .richTextSpot .inner h2 {
    text-align: center;
    margin-bottom: 80px;
  }
}
.two-columns.order-form .left-column .richTextSpot .inner a {
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
  color: #687278;
}
.two-columns.order-form .right-column {
  max-width: none;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .right-column {
    width: 100%;
  }
}
.two-columns.order-form .right-column #radio-tabs {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .right-column #radio-tabs {
    padding-top: 0;
  }
}
.two-columns.order-form .right-column #radio-tabs .container, .two-columns.order-form .right-column #radio-tabs .rx-error-container, .two-columns.order-form .right-column #radio-tabs .rx-checkout-container, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table1, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table2, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table3, .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-only, .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-narrow, .two-columns.order-form .right-column #radio-tabs .categorySpot.table1, .two-columns.order-form .right-column #radio-tabs .categorySpot.table2, .two-columns.order-form .right-column #radio-tabs .categorySpot.table3, .two-columns.order-form .right-column #radio-tabs .categorySpot.text-only, .two-columns.order-form .right-column #radio-tabs .categorySpot.text-narrow {
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .right-column #radio-tabs .container, .two-columns.order-form .right-column #radio-tabs .rx-error-container, .two-columns.order-form .right-column #radio-tabs .rx-checkout-container, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table1, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table2, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table3, .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-only, .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-narrow, .two-columns.order-form .right-column #radio-tabs .categorySpot.table1, .two-columns.order-form .right-column #radio-tabs .categorySpot.table2, .two-columns.order-form .right-column #radio-tabs .categorySpot.table3, .two-columns.order-form .right-column #radio-tabs .categorySpot.text-only, .two-columns.order-form .right-column #radio-tabs .categorySpot.text-narrow {
    padding: 0;
  }
}
.two-columns.order-form .right-column #radio-tabs .container label, .two-columns.order-form .right-column #radio-tabs .rx-error-container label, .two-columns.order-form .right-column #radio-tabs .rx-checkout-container label, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table1 label, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table2 label, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table3 label, .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-only label, .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-narrow label, .two-columns.order-form .right-column #radio-tabs .categorySpot.table1 label, .two-columns.order-form .right-column #radio-tabs .categorySpot.table2 label, .two-columns.order-form .right-column #radio-tabs .categorySpot.table3 label, .two-columns.order-form .right-column #radio-tabs .categorySpot.text-only label, .two-columns.order-form .right-column #radio-tabs .categorySpot.text-narrow label {
  font-size: 14px;
  line-height: 22px;
  margin-right: 30px;
  position: relative;
  bottom: 5px;
}
.two-columns.order-form .right-column #radio-tabs .container input[type=radio], .two-columns.order-form .right-column #radio-tabs .rx-error-container input[type=radio], .two-columns.order-form .right-column #radio-tabs .rx-checkout-container input[type=radio], .two-columns.order-form .right-column #radio-tabs .richTextSpot.table1 input[type=radio], .two-columns.order-form .right-column #radio-tabs .richTextSpot.table2 input[type=radio], .two-columns.order-form .right-column #radio-tabs .richTextSpot.table3 input[type=radio], .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-only input[type=radio], .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-narrow input[type=radio], .two-columns.order-form .right-column #radio-tabs .categorySpot.table1 input[type=radio], .two-columns.order-form .right-column #radio-tabs .categorySpot.table2 input[type=radio], .two-columns.order-form .right-column #radio-tabs .categorySpot.table3 input[type=radio], .two-columns.order-form .right-column #radio-tabs .categorySpot.text-only input[type=radio], .two-columns.order-form .right-column #radio-tabs .categorySpot.text-narrow input[type=radio] {
  background-color: #ffffff;
  border-color: #C6CCD2;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 0;
  outline: none;
  position: relative;
  -webkit-appearance: none;
  border: 1px solid #C6CCD2;
}
.two-columns.order-form .right-column #radio-tabs .container input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .rx-error-container input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .rx-checkout-container input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table1 input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table2 input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .richTextSpot.table3 input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-only input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .richTextSpot.text-narrow input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .categorySpot.table1 input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .categorySpot.table2 input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .categorySpot.table3 input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .categorySpot.text-only input[type=radio].checked:after, .two-columns.order-form .right-column #radio-tabs .categorySpot.text-narrow input[type=radio].checked:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #00AB7F;
  border-radius: 50%;
  border: none;
  transform: none;
  top: 3px;
  left: 3px;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper {
  padding: 15px 50px 60px 75px;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .right-column #radio-tabs .form-wrapper {
    padding: 0;
  }
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form {
  max-width: 465px;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .right-column #radio-tabs .form-wrapper form {
    padding-left: 0;
    padding-top: 0;
    max-width: none;
  }
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section {
  width: 100%;
  float: none;
  max-width: 465px;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section {
    max-width: 100%;
    margin-top: 20px;
  }
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section textarea {
  height: 134px;
  min-height: unset;
  margin-bottom: 5px;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section select {
  height: 38px;
  width: 100%;
  font-size: 14px;
  padding-left: 20px;
  border-radius: 3px;
  line-height: 22px;
  background-color: #F6F8FA;
  color: #262626;
  border: 1px solid #C6CCD2;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section input {
  background-color: #FFFFFF;
  border: 1px solid #E5EAEC;
  height: 38px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section input {
    margin-bottom: 10px;
  }
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section input.submit {
  background-color: #00A973;
  width: 180px;
  float: right;
  font-weight: bold;
  line-height: 16px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  font-size: 13px;
  height: 44px;
  cursor: pointer;
  text-transform: uppercase;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section input.submit:hover {
  background-color: #0B8D64;
}
@media screen and (min-width: 767px) {
  .two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section input.submit {
    margin-top: 60px;
  }
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section label {
  color: #687278;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section .side-by-side {
  position: relative;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section .side-by-side label:last-of-type {
  position: absolute;
  width: 48%;
  top: 0;
  right: 0;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section .side-by-side input:nth-of-type(3) {
  width: 48%;
  display: block;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section .side-by-side input:last-of-type {
  width: 48%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section .pickup-select {
  margin-bottom: 20px;
  position: relative;
}
.two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section .pickup-select:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #262626;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 480px) {
  .two-columns.order-form .right-column #radio-tabs .form-wrapper form .right-section .field-validation-error {
    bottom: 5px;
  }
}

@media (min-width: 576px) {
  #changepharmacymodal .modal-dialog {
    transform: scale(0.1);
    margin: 0;
    transition: all 0.7s;
    transform-origin: top left;
  }
}
@media (min-width: 576px) {
  #changepharmacymodal.openCloseAnimation .modal-dialog {
    transform: scale(1);
    margin: 1.75rem 2.5%;
  }
}
@media (min-width: 1263px) {
  #changepharmacymodal.openCloseAnimation .modal-dialog {
    margin: 1.75rem calc(50% - 600px);
  }
}
#changepharmacymodal.show ~ .modal-backdrop.show {
  opacity: 0.75;
}
#changepharmacymodal.fade {
  opacity: 0;
  transition: opacity 0.7s linear;
}
#changepharmacymodal.fade.show {
  opacity: 1;
}
#changepharmacymodal .modal-dialog {
  max-width: 1200px;
  width: 95%;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog {
    margin: 0;
    height: 100%;
    width: 100%;
  }
}
#changepharmacymodal .modal-dialog .modal-content {
  border: 0;
  border-radius: 8px;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-content {
    height: 100%;
    border-radius: 0px;
  }
}
#changepharmacymodal .modal-dialog .modal-header {
  padding: 16px 28px 18px;
  border-color: #ECEDEF;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-header {
    padding: 23px 20px 25px;
  }
}
#changepharmacymodal .modal-dialog .modal-header #logo {
  height: 66px;
  width: 64.3px;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-header #logo {
    height: 50.2px;
    width: 48.8px;
  }
}
#changepharmacymodal .modal-dialog .modal-header .modal-title {
  font-size: 24px;
  margin: 0 0 0 15px;
  line-height: 1.25;
  color: #262626;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-header .modal-title {
    font-size: 18px;
    margin: 0 0 0 12px;
    line-height: 1.67;
  }
}
#changepharmacymodal .modal-dialog .modal-header #closeModalCross {
  margin-left: auto;
}
#changepharmacymodal .modal-dialog .modal-header #closeModalCross .close {
  opacity: 1;
  transform: rotate(135deg);
  margin: 0;
  padding: 3px;
  float: none;
  vertical-align: top;
}
#changepharmacymodal .modal-dialog .modal-body {
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 16px;
  box-shadow: inset 0 0 0 1000px rgba(38, 38, 38, 0.6);
  mix-blend-mode: multiply;
  border-radius: 0px 0px 8px 8px;
  min-height: 770px;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body {
    padding: 17px;
    border-radius: 0px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 {
  max-width: 540px;
  margin: 17% auto;
  position: relative;
  padding: 0 29px;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .headertext {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .headertext {
    margin: 0 0 42px;
    font-size: 22px;
    line-height: 1.36;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 #arrowIcon {
  position: absolute;
  left: 30px;
  top: 88px;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 #arrowIcon {
    display: none;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer {
  max-width: 342px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer {
    max-width: 285px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput {
  border-radius: 8px;
  background-color: #fbfcfd;
  border: 0;
  padding: 21px 60px 22px 20px;
  width: 100%;
  outline: none;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput {
    padding: 21px 43px 22px 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput::placeholder {
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput::placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput::-webkit-input-placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput::-moz-placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput:-ms-input-placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInput:-moz-placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInputIcon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer .locationInputIcon {
    right: 3px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer #useBrowserLocation {
  width: 100%;
  border-radius: 8px;
  text-align: center;
  padding: 25px 20px 24px;
  height: 65px;
  font-size: 14px;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer #useBrowserLocation {
    padding: 20px 13px 19px;
    height: 55px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer #useBrowserLocationIcon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 24px;
  top: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 .inputContainer #useBrowserLocationIcon {
    right: 12px;
    top: 18px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 #middletext {
  text-align: center;
  padding: 14px;
  font-size: 14px;
  line-height: 1.57;
}
#changepharmacymodal .modal-dialog .modal-body #step1 #middletext p {
  margin: 0;
}
#changepharmacymodal .modal-dialog .modal-body #step1 #bottomtext {
  max-width: 276px;
  margin: 23px auto 0;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step1 #bottomtext {
    margin: 28px auto 0;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step1 #bottomtext p {
  margin: 0;
}
#changepharmacymodal .modal-dialog .modal-body #step2 {
  padding: 9% 0 1.9%;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step2 {
    padding: 7px 0 35px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container {
  max-width: 342px;
  margin: 0 auto;
  background-color: #00ab7f;
  padding: 20px 8px 19px 18px;
  border-radius: 8px;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container #stockfindermode-header h3 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer {
  padding-bottom: 24px;
  position: relative;
  margin-right: 12px;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput {
  padding: 13px 40px 13px 18px;
  width: 100%;
  border-radius: 3px;
  border: solid 1px #e5eaec;
  background-color: #fbfcfd;
  outline: none;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput::placeholder {
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput::placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput::-webkit-input-placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput::-moz-placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput:-ms-input-placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-style: italic;
  color: #687278;
}
@media (max-width: 575px) {
  #changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInput:-moz-placeholder {
    font-size: 13px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .inputContainer .locationInputIcon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 12px;
  top: 13px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist {
  max-height: 540px;
  overflow-y: auto;
  padding: 0 8px 0 2px;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #00705b;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy {
  padding: 15px 10px 18px;
  border-bottom: 1px solid rgba(96, 230, 182, 0.4);
  position: relative;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy:first-child {
  border-top: 1px solid rgba(96, 230, 182, 0.4);
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .stock-status {
  padding-left: 15px;
  position: relative;
  font-size: 12px;
  line-height: 1.42;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .stock-status {
    margin-top: 5px;
  }
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .stock-status:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #E66C57;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .stock-status.in-stock:before {
  background-color: #2cdd00;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .stock-status.few-in-stock:before {
  background-color: #FFD74A;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .pharmacyInfo .header {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.57;
  margin: 0;
  padding-right: 70px;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .pharmacyInfo .address, #changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .pharmacyInfo .zipcity {
  font-size: 12px;
  line-height: 1.42;
  font-weight: 300;
  margin: 0;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy #choosePharmacy {
  height: 26px;
  min-width: 57.8px;
  position: absolute;
  top: 13px;
  right: 10px;
  font-size: 13px;
  font-weight: 600;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .openinghours {
  float: right;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .openinghours .text {
  margin: 0;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container .resultlist .pharmacy .openinghours .text .hours {
  font-weight: 600;
}
#changepharmacymodal .modal-dialog .modal-body #step2 .resultlist-container #noResultsText h4 {
  padding: 15px 10px 18px;
  border-top: 1px solid rgba(96, 230, 182, 0.4);
  margin: 0;
  text-align: center;
}

#nopharmacychosenmodal .modal-dialog, #pharmacycontextupdatedmodal .modal-dialog, #logoutconfirmationmodal .modal-dialog {
  max-width: 578px;
}
@media (max-width: 575px) {
  #nopharmacychosenmodal .modal-dialog, #pharmacycontextupdatedmodal .modal-dialog, #logoutconfirmationmodal .modal-dialog {
    margin: 20px;
  }
}
#nopharmacychosenmodal .modal-dialog .modal-content, #pharmacycontextupdatedmodal .modal-dialog .modal-content, #logoutconfirmationmodal .modal-dialog .modal-content {
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 7px 0 rgba(38, 38, 38, 0.3);
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-header, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-header, #logoutconfirmationmodal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: 0;
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-header #closeModalCross, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-header #closeModalCross, #logoutconfirmationmodal .modal-dialog .modal-content .modal-header #closeModalCross {
  position: absolute;
  top: 12px;
  right: 17px;
  z-index: 1;
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-header #closeModalCross .close, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-header #closeModalCross .close, #logoutconfirmationmodal .modal-dialog .modal-content .modal-header #closeModalCross .close {
  opacity: 1;
  transform: rotate(135deg);
  margin: 0;
  padding: 3px;
  float: none;
  vertical-align: top;
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-body, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body {
  padding: 0;
  border-radius: 0px 0px 8px 8px;
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-body .image-wrapper, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .image-wrapper, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .image-wrapper {
  -ms-flex: 0 0 223px;
  flex: 0 0 223px;
  max-width: 223px;
}
@media (max-width: 575px) {
  #nopharmacychosenmodal .modal-dialog .modal-content .modal-body .image-wrapper, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .image-wrapper, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .image-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-body .image-wrapper img, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .image-wrapper img, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .image-wrapper img {
  vertical-align: top;
  width: 100%;
  border-radius: 8px 0px 0px 8px;
}
@media (max-width: 575px) {
  #nopharmacychosenmodal .modal-dialog .modal-content .modal-body .image-wrapper img, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .image-wrapper img, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .image-wrapper img {
    border-radius: 8px 8px 0px 0px;
  }
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-body .content, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .content, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .content {
  -ms-flex: 0 0 calc(100% - 223px);
  flex: 0 0 calc(100% - 223px);
  max-width: calc(100% - 223px);
  padding: 38px 32px 21px;
  color: #262626;
}
@media (max-width: 575px) {
  #nopharmacychosenmodal .modal-dialog .modal-content .modal-body .content, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .content, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 20px 20px;
  }
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-body .content .headertext, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .content .headertext, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .content .headertext {
  margin: 0 0 11px;
  font-size: 20px;
  line-height: 1.2;
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-body .content .text, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .content .text, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .content .text {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 27px;
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-body .content .text strong, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .content .text strong, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .content .text strong {
  font-weight: 600;
}
#nopharmacychosenmodal .modal-dialog .modal-content .modal-body .content button, #pharmacycontextupdatedmodal .modal-dialog .modal-content .modal-body .content button, #logoutconfirmationmodal .modal-dialog .modal-content .modal-body .content button {
  height: 36px;
  min-width: 150px;
  font-size: 12px;
}

#logoutconfirmationmodal .modal-dialog {
  max-width: 660px;
}

.pac-container {
  background-color: #fff;
  position: absolute !important;
  z-index: 1055;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.pac-logo:after {
  content: "";
  padding: 1px 1px 1px 0;
  height: 16px;
  text-align: right;
  display: block;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 120px 14px;
}

.hdpi.pac-logo:after {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png);
}

.pac-item {
  cursor: pointer;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}

.pac-item:hover {
  background-color: #fafafa;
}

.pac-item-selected,
.pac-item-selected:hover {
  background-color: #ebf2fe;
}

.pac-matched {
  font-weight: 700;
}

.pac-item-query {
  font-size: 13px;
  padding-right: 3px;
  color: #000;
}

.pac-icon {
  width: 15px;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
  background-size: 34px;
}

.hdpi .pac-icon {
  background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png);
}

.pac-icon-search {
  background-position: -1px -1px;
}

.pac-item-selected .pac-icon-search {
  background-position: -18px -1px;
}

.pac-icon-marker {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/map-pin-gray.svg");
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
}

.pac-item-selected .pac-icon-marker {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/map-pin-green.svg");
}

.pac-placeholder {
  color: gray;
}

.product-recommendations {
  display: flex;
}
@media screen and (max-width: 767px) {
  .product-recommendations {
    display: block;
    background-size: 320px;
    overflow: hidden;
  }
}
.product-recommendations .text {
  background-color: rgba(182, 204, 216, 0.13);
  width: 50%;
  display: inline-block;
  padding: 130px 13.194% 150px 11.8055%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.product-recommendations .text .subheader {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.product-recommendations .text img {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  max-width: 450px;
  width: 66%;
  height: auto;
  pointer-events: none;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .product-recommendations .text img {
    height: 320px;
    top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-recommendations .text {
    width: 100%;
    text-align: center;
    padding: 42px 13px 75px 13px;
  }
}
.product-recommendations .text h3 {
  margin-bottom: 55px;
  font-size: 30px;
  margin-top: 0;
}
.product-recommendations .text div {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .product-recommendations .text div {
    line-height: 25px;
  }
}
.product-recommendations .products {
  width: 50%;
  padding: 60px 0 20px 0;
  text-align: center;
}
.product-recommendations .products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(182, 204, 216, 0.05);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product-recommendations .products {
    width: 100%;
  }
}
.product-recommendations .products .owl-nav {
  width: 100%;
  margin-left: 0;
  top: 50%;
  margin-top: -25px;
}
.product-recommendations .products .owl-nav .owl-prev {
  left: 33px;
}
@media screen and (max-width: 480px) {
  .product-recommendations .products .owl-nav .owl-prev {
    left: 13px;
  }
}
.product-recommendations .products .owl-nav .owl-next {
  right: 33px;
}
@media screen and (max-width: 480px) {
  .product-recommendations .products .owl-nav .owl-next {
    right: 13px;
  }
}
.product-recommendations .products .owl-dots {
  margin-top: 15px;
}
.product-recommendations .products a {
  width: 40%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .product-recommendations .products a {
    display: table;
  }
}
.product-recommendations .products img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  margin: auto;
  margin-bottom: 30px;
}
.product-recommendations .products .product .product-name {
  font-size: 14px;
  font-weight: bold;
}
.product-recommendations .products .product .product-price {
  font-size: 14px;
}

.product-carousel.container, .product-carousel.rx-error-container, .product-carousel.rx-checkout-container, .product-carousel.richTextSpot.table1, .product-carousel.richTextSpot.table2, .product-carousel.richTextSpot.table3, .product-carousel.richTextSpot.text-only, .product-carousel.richTextSpot.text-narrow, .product-carousel.categorySpot.table1, .product-carousel.categorySpot.table2, .product-carousel.categorySpot.table3, .product-carousel.categorySpot.text-only, .product-carousel.categorySpot.text-narrow, .sticky-spot-carousel.container, .sticky-spot-carousel.rx-error-container, .sticky-spot-carousel.rx-checkout-container, .sticky-spot-carousel.richTextSpot.table1, .sticky-spot-carousel.richTextSpot.table2, .sticky-spot-carousel.richTextSpot.table3, .sticky-spot-carousel.richTextSpot.text-only, .sticky-spot-carousel.richTextSpot.text-narrow, .sticky-spot-carousel.categorySpot.table1, .sticky-spot-carousel.categorySpot.table2, .sticky-spot-carousel.categorySpot.table3, .sticky-spot-carousel.categorySpot.text-only, .sticky-spot-carousel.categorySpot.text-narrow {
  text-align: center;
  max-width: none;
  padding: 30px 0 39px;
  margin-bottom: 35px;
}
@media screen and (min-width: 1600px) {
  .product-carousel.container, .product-carousel.rx-error-container, .product-carousel.rx-checkout-container, .product-carousel.richTextSpot.table1, .product-carousel.richTextSpot.table2, .product-carousel.richTextSpot.table3, .product-carousel.richTextSpot.text-only, .product-carousel.richTextSpot.text-narrow, .product-carousel.categorySpot.table1, .product-carousel.categorySpot.table2, .product-carousel.categorySpot.table3, .product-carousel.categorySpot.text-only, .product-carousel.categorySpot.text-narrow, .sticky-spot-carousel.container, .sticky-spot-carousel.rx-error-container, .sticky-spot-carousel.rx-checkout-container, .sticky-spot-carousel.richTextSpot.table1, .sticky-spot-carousel.richTextSpot.table2, .sticky-spot-carousel.richTextSpot.table3, .sticky-spot-carousel.richTextSpot.text-only, .sticky-spot-carousel.richTextSpot.text-narrow, .sticky-spot-carousel.categorySpot.table1, .sticky-spot-carousel.categorySpot.table2, .sticky-spot-carousel.categorySpot.table3, .sticky-spot-carousel.categorySpot.text-only, .sticky-spot-carousel.categorySpot.text-narrow {
    margin-bottom: 22px;
  }
}
.product-carousel.container h2, .product-carousel.rx-error-container h2, .product-carousel.rx-checkout-container h2, .product-carousel.richTextSpot.table1 h2, .product-carousel.richTextSpot.table2 h2, .product-carousel.richTextSpot.table3 h2, .product-carousel.richTextSpot.text-only h2, .product-carousel.richTextSpot.text-narrow h2, .product-carousel.categorySpot.table1 h2, .product-carousel.categorySpot.table2 h2, .product-carousel.categorySpot.table3 h2, .product-carousel.categorySpot.text-only h2, .product-carousel.categorySpot.text-narrow h2, .sticky-spot-carousel.container h2, .sticky-spot-carousel.rx-error-container h2, .sticky-spot-carousel.rx-checkout-container h2, .sticky-spot-carousel.richTextSpot.table1 h2, .sticky-spot-carousel.richTextSpot.table2 h2, .sticky-spot-carousel.richTextSpot.table3 h2, .sticky-spot-carousel.richTextSpot.text-only h2, .sticky-spot-carousel.richTextSpot.text-narrow h2, .sticky-spot-carousel.categorySpot.table1 h2, .sticky-spot-carousel.categorySpot.table2 h2, .sticky-spot-carousel.categorySpot.table3 h2, .sticky-spot-carousel.categorySpot.text-only h2, .sticky-spot-carousel.categorySpot.text-narrow h2 {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .product-carousel.container h2, .product-carousel.rx-error-container h2, .product-carousel.rx-checkout-container h2, .product-carousel.richTextSpot.table1 h2, .product-carousel.richTextSpot.table2 h2, .product-carousel.richTextSpot.table3 h2, .product-carousel.richTextSpot.text-only h2, .product-carousel.richTextSpot.text-narrow h2, .product-carousel.categorySpot.table1 h2, .product-carousel.categorySpot.table2 h2, .product-carousel.categorySpot.table3 h2, .product-carousel.categorySpot.text-only h2, .product-carousel.categorySpot.text-narrow h2, .sticky-spot-carousel.container h2, .sticky-spot-carousel.rx-error-container h2, .sticky-spot-carousel.rx-checkout-container h2, .sticky-spot-carousel.richTextSpot.table1 h2, .sticky-spot-carousel.richTextSpot.table2 h2, .sticky-spot-carousel.richTextSpot.table3 h2, .sticky-spot-carousel.richTextSpot.text-only h2, .sticky-spot-carousel.richTextSpot.text-narrow h2, .sticky-spot-carousel.categorySpot.table1 h2, .sticky-spot-carousel.categorySpot.table2 h2, .sticky-spot-carousel.categorySpot.table3 h2, .sticky-spot-carousel.categorySpot.text-only h2, .sticky-spot-carousel.categorySpot.text-narrow h2 {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-carousel.container a:hover, .product-carousel.rx-error-container a:hover, .product-carousel.rx-checkout-container a:hover, .product-carousel.richTextSpot.table1 a:hover, .product-carousel.richTextSpot.table2 a:hover, .product-carousel.richTextSpot.table3 a:hover, .product-carousel.richTextSpot.text-only a:hover, .product-carousel.richTextSpot.text-narrow a:hover, .product-carousel.categorySpot.table1 a:hover, .product-carousel.categorySpot.table2 a:hover, .product-carousel.categorySpot.table3 a:hover, .product-carousel.categorySpot.text-only a:hover, .product-carousel.categorySpot.text-narrow a:hover, .sticky-spot-carousel.container a:hover, .sticky-spot-carousel.rx-error-container a:hover, .sticky-spot-carousel.rx-checkout-container a:hover, .sticky-spot-carousel.richTextSpot.table1 a:hover, .sticky-spot-carousel.richTextSpot.table2 a:hover, .sticky-spot-carousel.richTextSpot.table3 a:hover, .sticky-spot-carousel.richTextSpot.text-only a:hover, .sticky-spot-carousel.richTextSpot.text-narrow a:hover, .sticky-spot-carousel.categorySpot.table1 a:hover, .sticky-spot-carousel.categorySpot.table2 a:hover, .sticky-spot-carousel.categorySpot.table3 a:hover, .sticky-spot-carousel.categorySpot.text-only a:hover, .sticky-spot-carousel.categorySpot.text-narrow a:hover {
  background-color: transparent !important;
}
.product-carousel.container .button.outline, .product-carousel.rx-error-container .button.outline, .product-carousel.rx-checkout-container .button.outline, .product-carousel.richTextSpot.table1 .button.outline, .product-carousel.richTextSpot.table2 .button.outline, .product-carousel.richTextSpot.table3 .button.outline, .product-carousel.richTextSpot.text-only .button.outline, .product-carousel.richTextSpot.text-narrow .button.outline, .product-carousel.categorySpot.table1 .button.outline, .product-carousel.categorySpot.table2 .button.outline, .product-carousel.categorySpot.table3 .button.outline, .product-carousel.categorySpot.text-only .button.outline, .product-carousel.categorySpot.text-narrow .button.outline, .product-carousel.container .herobanner .cta-block a.outline, .product-carousel.rx-error-container .herobanner .cta-block a.outline, .product-carousel.rx-checkout-container .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.container a.outline, .herobanner .cta-block .product-carousel.rx-error-container a.outline, .herobanner .cta-block .product-carousel.rx-checkout-container a.outline, .product-carousel.richTextSpot.table1 .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.richTextSpot.table1 a.outline, .product-carousel.richTextSpot.table2 .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.richTextSpot.table2 a.outline, .product-carousel.richTextSpot.table3 .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.richTextSpot.table3 a.outline, .product-carousel.richTextSpot.text-only .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.richTextSpot.text-only a.outline, .product-carousel.richTextSpot.text-narrow .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.richTextSpot.text-narrow a.outline, .product-carousel.categorySpot.table1 .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.categorySpot.table1 a.outline, .product-carousel.categorySpot.table2 .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.categorySpot.table2 a.outline, .product-carousel.categorySpot.table3 .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.categorySpot.table3 a.outline, .product-carousel.categorySpot.text-only .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.categorySpot.text-only a.outline, .product-carousel.categorySpot.text-narrow .herobanner .cta-block a.outline, .herobanner .cta-block .product-carousel.categorySpot.text-narrow a.outline, .sticky-spot-carousel.container .button.outline, .sticky-spot-carousel.rx-error-container .button.outline, .sticky-spot-carousel.rx-checkout-container .button.outline, .sticky-spot-carousel.richTextSpot.table1 .button.outline, .sticky-spot-carousel.richTextSpot.table2 .button.outline, .sticky-spot-carousel.richTextSpot.table3 .button.outline, .sticky-spot-carousel.richTextSpot.text-only .button.outline, .sticky-spot-carousel.richTextSpot.text-narrow .button.outline, .sticky-spot-carousel.categorySpot.table1 .button.outline, .sticky-spot-carousel.categorySpot.table2 .button.outline, .sticky-spot-carousel.categorySpot.table3 .button.outline, .sticky-spot-carousel.categorySpot.text-only .button.outline, .sticky-spot-carousel.categorySpot.text-narrow .button.outline, .sticky-spot-carousel.container .herobanner .cta-block a.outline, .sticky-spot-carousel.rx-error-container .herobanner .cta-block a.outline, .sticky-spot-carousel.rx-checkout-container .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.container a.outline, .herobanner .cta-block .sticky-spot-carousel.rx-error-container a.outline, .herobanner .cta-block .sticky-spot-carousel.rx-checkout-container a.outline, .sticky-spot-carousel.richTextSpot.table1 .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.richTextSpot.table1 a.outline, .sticky-spot-carousel.richTextSpot.table2 .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.richTextSpot.table2 a.outline, .sticky-spot-carousel.richTextSpot.table3 .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.richTextSpot.table3 a.outline, .sticky-spot-carousel.richTextSpot.text-only .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.richTextSpot.text-only a.outline, .sticky-spot-carousel.richTextSpot.text-narrow .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.richTextSpot.text-narrow a.outline, .sticky-spot-carousel.categorySpot.table1 .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.categorySpot.table1 a.outline, .sticky-spot-carousel.categorySpot.table2 .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.categorySpot.table2 a.outline, .sticky-spot-carousel.categorySpot.table3 .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.categorySpot.table3 a.outline, .sticky-spot-carousel.categorySpot.text-only .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.categorySpot.text-only a.outline, .sticky-spot-carousel.categorySpot.text-narrow .herobanner .cta-block a.outline, .herobanner .cta-block .sticky-spot-carousel.categorySpot.text-narrow a.outline {
  background-color: #fff;
  padding: 13px 15px 12px;
}
.product-carousel.container .owl-carousel, .product-carousel.rx-error-container .owl-carousel, .product-carousel.rx-checkout-container .owl-carousel, .product-carousel.richTextSpot.table1 .owl-carousel, .product-carousel.richTextSpot.table2 .owl-carousel, .product-carousel.richTextSpot.table3 .owl-carousel, .product-carousel.richTextSpot.text-only .owl-carousel, .product-carousel.richTextSpot.text-narrow .owl-carousel, .product-carousel.categorySpot.table1 .owl-carousel, .product-carousel.categorySpot.table2 .owl-carousel, .product-carousel.categorySpot.table3 .owl-carousel, .product-carousel.categorySpot.text-only .owl-carousel, .product-carousel.categorySpot.text-narrow .owl-carousel, .sticky-spot-carousel.container .owl-carousel, .sticky-spot-carousel.rx-error-container .owl-carousel, .sticky-spot-carousel.rx-checkout-container .owl-carousel, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel, .sticky-spot-carousel.categorySpot.table1 .owl-carousel, .sticky-spot-carousel.categorySpot.table2 .owl-carousel, .sticky-spot-carousel.categorySpot.table3 .owl-carousel, .sticky-spot-carousel.categorySpot.text-only .owl-carousel, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel {
  margin-bottom: 42px;
}
.product-carousel.container .owl-carousel .owl-item .image, .product-carousel.rx-error-container .owl-carousel .owl-item .image, .product-carousel.rx-checkout-container .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .image, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .image, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .image, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .image, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .image, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image, .sticky-spot-carousel.container .owl-carousel .owl-item .image, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .image, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image {
  position: relative;
  padding: 32px 35px;
  max-height: 257px;
  box-sizing: border-box;
  max-width: 257px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .product-carousel.container .owl-carousel .owl-item .image, .product-carousel.rx-error-container .owl-carousel .owl-item .image, .product-carousel.rx-checkout-container .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .image, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .image, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .image, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .image, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .image, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image, .sticky-spot-carousel.container .owl-carousel .owl-item .image, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .image, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image {
    max-height: none;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .product-carousel.container .owl-carousel .owl-item .image, .product-carousel.rx-error-container .owl-carousel .owl-item .image, .product-carousel.rx-checkout-container .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .image, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .image, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .image, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .image, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .image, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .image, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image, .sticky-spot-carousel.container .owl-carousel .owl-item .image, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .image, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .image, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .image, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image {
    padding: 20px;
  }
}
.product-carousel.container .owl-carousel .owl-item .image:before, .product-carousel.rx-error-container .owl-carousel .owl-item .image:before, .product-carousel.rx-checkout-container .owl-carousel .owl-item .image:before, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .image:before, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .image:before, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .image:before, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .image:before, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image:before, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .image:before, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .image:before, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .image:before, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .image:before, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image:before, .sticky-spot-carousel.container .owl-carousel .owl-item .image:before, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .image:before, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .image:before, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .image:before, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .image:before, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .image:before, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .image:before, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image:before, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .image:before, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .image:before, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .image:before, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .image:before, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 114, 120, 0.05);
  z-index: 1;
}
.product-carousel.container .owl-carousel .owl-item .image:hover:before, .product-carousel.rx-error-container .owl-carousel .owl-item .image:hover:before, .product-carousel.rx-checkout-container .owl-carousel .owl-item .image:hover:before, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .image:hover:before, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .image:hover:before, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .image:hover:before, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .image:hover:before, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image:hover:before, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .image:hover:before, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .image:hover:before, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .image:hover:before, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .image:hover:before, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.container .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .image:hover:before, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .image:hover:before {
  background-color: rgba(104, 114, 120, 0.1);
}
.product-carousel.container .owl-carousel .owl-item .product-spot, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot {
  text-align: left;
  background-color: #f6f8fa;
  padding: 0 6px 29px;
}
@media screen and (max-width: 480px) {
  .product-carousel.container .owl-carousel .owl-item .product-spot, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .product-carousel.container .owl-carousel .owl-item .product-spot, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  }
}
.product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details {
  max-width: 257px;
  margin: 0 auto;
}
.product-carousel.container .owl-carousel .owl-item .product-spot button, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot button, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button {
  margin-top: 28px;
  width: calc(100% - 12px);
  height: 34px;
  border-radius: 2px;
  background-color: #00ab7f;
  font-size: 11px;
  letter-spacing: normal;
  min-width: 0;
  position: absolute;
  bottom: 29px;
  max-width: 257px;
  left: 50%;
  transform: translateX(-50%);
}
.product-carousel.container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button {
  background-color: #D9EAE7 !important;
  color: #262626;
}
.product-carousel.container .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button:hover {
  background-color: #D9EAE7;
}
@media screen and (max-width: 360px) {
  .product-carousel.container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button#out-of-stock-button, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button#out-of-stock-button {
    font-size: 9px;
    padding: 4px 0px 5px;
  }
}
.product-carousel.container .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button:disabled, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button:disabled, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button:disabled {
  background-color: buttonface !important;
  color: #262626;
}
.product-carousel.container .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button:disabled:hover, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button:disabled:hover, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button:disabled:hover {
  background-color: buttonface;
}
@media screen and (max-width: 480px) {
  .product-carousel.container .owl-carousel .owl-item .product-spot button, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot button, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot button, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot button {
    height: 25px;
    margin-top: 4px;
    padding: 4px 6px 5px;
    bottom: 5px;
  }
}
.product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text {
  height: 76px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text {
    height: 95px;
  }
}
.product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  .product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .name {
    line-height: 19px;
    margin-bottom: 6px;
  }
}
.product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .brand, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .package, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .size, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .product-spot-details-text .user-friendly-statutory-group {
  font-size: 12px;
  color: #000000;
  line-height: 17px;
}
.product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price span, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price span, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price span {
  float: left;
  margin-right: 10px;
}
.product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .price .price-non-discounted {
  color: #E66C57;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  text-decoration: line-through;
  float: left;
  padding-top: 2px;
  margin-right: 5px;
}
.product-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.container .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item .product-spot .product-spot-details .campaign-end-text {
  font-size: 12px;
  line-height: 17px;
}
.product-carousel.container .owl-carousel .owl-nav, .product-carousel.rx-error-container .owl-carousel .owl-nav, .product-carousel.rx-checkout-container .owl-carousel .owl-nav, .product-carousel.richTextSpot.table1 .owl-carousel .owl-nav, .product-carousel.richTextSpot.table2 .owl-carousel .owl-nav, .product-carousel.richTextSpot.table3 .owl-carousel .owl-nav, .product-carousel.richTextSpot.text-only .owl-carousel .owl-nav, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-nav, .product-carousel.categorySpot.table1 .owl-carousel .owl-nav, .product-carousel.categorySpot.table2 .owl-carousel .owl-nav, .product-carousel.categorySpot.table3 .owl-carousel .owl-nav, .product-carousel.categorySpot.text-only .owl-carousel .owl-nav, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-nav, .sticky-spot-carousel.container .owl-carousel .owl-nav, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-nav, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-nav {
  top: calc(63% - 25px);
  width: calc(100% - 66px);
  margin-left: 33px;
}
@media screen and (min-width: 1600px) {
  .product-carousel.container .owl-carousel .owl-nav, .product-carousel.rx-error-container .owl-carousel .owl-nav, .product-carousel.rx-checkout-container .owl-carousel .owl-nav, .product-carousel.richTextSpot.table1 .owl-carousel .owl-nav, .product-carousel.richTextSpot.table2 .owl-carousel .owl-nav, .product-carousel.richTextSpot.table3 .owl-carousel .owl-nav, .product-carousel.richTextSpot.text-only .owl-carousel .owl-nav, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-nav, .product-carousel.categorySpot.table1 .owl-carousel .owl-nav, .product-carousel.categorySpot.table2 .owl-carousel .owl-nav, .product-carousel.categorySpot.table3 .owl-carousel .owl-nav, .product-carousel.categorySpot.text-only .owl-carousel .owl-nav, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-nav, .sticky-spot-carousel.container .owl-carousel .owl-nav, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-nav, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-nav, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-nav, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-nav {
    top: calc(50% - 25px);
    width: calc(100% - 354px);
    margin-left: 177px;
  }
}
.product-carousel.container .owl-carousel .owl-nav [class*=owl-], .product-carousel.rx-error-container .owl-carousel .owl-nav [class*=owl-], .product-carousel.rx-checkout-container .owl-carousel .owl-nav [class*=owl-], .product-carousel.richTextSpot.table1 .owl-carousel .owl-nav [class*=owl-], .product-carousel.richTextSpot.table2 .owl-carousel .owl-nav [class*=owl-], .product-carousel.richTextSpot.table3 .owl-carousel .owl-nav [class*=owl-], .product-carousel.richTextSpot.text-only .owl-carousel .owl-nav [class*=owl-], .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-nav [class*=owl-], .product-carousel.categorySpot.table1 .owl-carousel .owl-nav [class*=owl-], .product-carousel.categorySpot.table2 .owl-carousel .owl-nav [class*=owl-], .product-carousel.categorySpot.table3 .owl-carousel .owl-nav [class*=owl-], .product-carousel.categorySpot.text-only .owl-carousel .owl-nav [class*=owl-], .product-carousel.categorySpot.text-narrow .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.container .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.rx-error-container .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-nav [class*=owl-], .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-nav [class*=owl-] {
  background-color: #fff;
  border-radius: 50%;
}
.product-carousel.container .owl-carousel.nav-true .owl-nav, .product-carousel.rx-error-container .owl-carousel.nav-true .owl-nav, .product-carousel.rx-checkout-container .owl-carousel.nav-true .owl-nav, .product-carousel.richTextSpot.table1 .owl-carousel.nav-true .owl-nav, .product-carousel.richTextSpot.table2 .owl-carousel.nav-true .owl-nav, .product-carousel.richTextSpot.table3 .owl-carousel.nav-true .owl-nav, .product-carousel.richTextSpot.text-only .owl-carousel.nav-true .owl-nav, .product-carousel.richTextSpot.text-narrow .owl-carousel.nav-true .owl-nav, .product-carousel.categorySpot.table1 .owl-carousel.nav-true .owl-nav, .product-carousel.categorySpot.table2 .owl-carousel.nav-true .owl-nav, .product-carousel.categorySpot.table3 .owl-carousel.nav-true .owl-nav, .product-carousel.categorySpot.text-only .owl-carousel.nav-true .owl-nav, .product-carousel.categorySpot.text-narrow .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.container .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.rx-error-container .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.rx-checkout-container .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.categorySpot.table1 .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.categorySpot.table2 .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.categorySpot.table3 .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.categorySpot.text-only .owl-carousel.nav-true .owl-nav, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel.nav-true .owl-nav {
  display: block;
  top: 105px;
}
@media screen and (max-width: 767px) {
  .product-carousel.container, .product-carousel.rx-error-container, .product-carousel.rx-checkout-container, .product-carousel.richTextSpot.table1, .product-carousel.richTextSpot.table2, .product-carousel.richTextSpot.table3, .product-carousel.richTextSpot.text-only, .product-carousel.richTextSpot.text-narrow, .product-carousel.categorySpot.table1, .product-carousel.categorySpot.table2, .product-carousel.categorySpot.table3, .product-carousel.categorySpot.text-only, .product-carousel.categorySpot.text-narrow, .sticky-spot-carousel.container, .sticky-spot-carousel.rx-error-container, .sticky-spot-carousel.rx-checkout-container, .sticky-spot-carousel.richTextSpot.table1, .sticky-spot-carousel.richTextSpot.table2, .sticky-spot-carousel.richTextSpot.table3, .sticky-spot-carousel.richTextSpot.text-only, .sticky-spot-carousel.richTextSpot.text-narrow, .sticky-spot-carousel.categorySpot.table1, .sticky-spot-carousel.categorySpot.table2, .sticky-spot-carousel.categorySpot.table3, .sticky-spot-carousel.categorySpot.text-only, .sticky-spot-carousel.categorySpot.text-narrow {
    padding: 14px 15px 39px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .product-carousel.container .owl-carousel, .product-carousel.rx-error-container .owl-carousel, .product-carousel.rx-checkout-container .owl-carousel, .product-carousel.richTextSpot.table1 .owl-carousel, .product-carousel.richTextSpot.table2 .owl-carousel, .product-carousel.richTextSpot.table3 .owl-carousel, .product-carousel.richTextSpot.text-only .owl-carousel, .product-carousel.richTextSpot.text-narrow .owl-carousel, .product-carousel.categorySpot.table1 .owl-carousel, .product-carousel.categorySpot.table2 .owl-carousel, .product-carousel.categorySpot.table3 .owl-carousel, .product-carousel.categorySpot.text-only .owl-carousel, .product-carousel.categorySpot.text-narrow .owl-carousel, .sticky-spot-carousel.container .owl-carousel, .sticky-spot-carousel.rx-error-container .owl-carousel, .sticky-spot-carousel.rx-checkout-container .owl-carousel, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel, .sticky-spot-carousel.categorySpot.table1 .owl-carousel, .sticky-spot-carousel.categorySpot.table2 .owl-carousel, .sticky-spot-carousel.categorySpot.table3 .owl-carousel, .sticky-spot-carousel.categorySpot.text-only .owl-carousel, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-carousel.container .owl-carousel .owl-item, .product-carousel.rx-error-container .owl-carousel .owl-item, .product-carousel.rx-checkout-container .owl-carousel .owl-item, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item, .product-carousel.categorySpot.table1 .owl-carousel .owl-item, .product-carousel.categorySpot.table2 .owl-carousel .owl-item, .product-carousel.categorySpot.table3 .owl-carousel .owl-item, .product-carousel.categorySpot.text-only .owl-carousel .owl-item, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item, .sticky-spot-carousel.container .owl-carousel .owl-item, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item {
    display: none;
  }
  .product-carousel.container .owl-carousel .owl-item.active, .product-carousel.rx-error-container .owl-carousel .owl-item.active, .product-carousel.rx-checkout-container .owl-carousel .owl-item.active, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item.active, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item.active, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item.active, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item.active, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item.active, .product-carousel.categorySpot.table1 .owl-carousel .owl-item.active, .product-carousel.categorySpot.table2 .owl-carousel .owl-item.active, .product-carousel.categorySpot.table3 .owl-carousel .owl-item.active, .product-carousel.categorySpot.text-only .owl-carousel .owl-item.active, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item.active, .sticky-spot-carousel.container .owl-carousel .owl-item.active, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item.active, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item.active {
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .product-carousel.container .owl-carousel .owl-item.active, .product-carousel.rx-error-container .owl-carousel .owl-item.active, .product-carousel.rx-checkout-container .owl-carousel .owl-item.active, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item.active, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item.active, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item.active, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item.active, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item.active, .product-carousel.categorySpot.table1 .owl-carousel .owl-item.active, .product-carousel.categorySpot.table2 .owl-carousel .owl-item.active, .product-carousel.categorySpot.table3 .owl-carousel .owl-item.active, .product-carousel.categorySpot.text-only .owl-carousel .owl-item.active, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item.active, .sticky-spot-carousel.container .owl-carousel .owl-item.active, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item.active, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item.active, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item.active, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item.active {
    min-height: 305px;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .product-carousel.container .owl-carousel .owl-item.active .product-spot, .product-carousel.rx-error-container .owl-carousel .owl-item.active .product-spot, .product-carousel.rx-checkout-container .owl-carousel .owl-item.active .product-spot, .product-carousel.richTextSpot.table1 .owl-carousel .owl-item.active .product-spot, .product-carousel.richTextSpot.table2 .owl-carousel .owl-item.active .product-spot, .product-carousel.richTextSpot.table3 .owl-carousel .owl-item.active .product-spot, .product-carousel.richTextSpot.text-only .owl-carousel .owl-item.active .product-spot, .product-carousel.richTextSpot.text-narrow .owl-carousel .owl-item.active .product-spot, .product-carousel.categorySpot.table1 .owl-carousel .owl-item.active .product-spot, .product-carousel.categorySpot.table2 .owl-carousel .owl-item.active .product-spot, .product-carousel.categorySpot.table3 .owl-carousel .owl-item.active .product-spot, .product-carousel.categorySpot.text-only .owl-carousel .owl-item.active .product-spot, .product-carousel.categorySpot.text-narrow .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.container .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.rx-error-container .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.rx-checkout-container .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.richTextSpot.table1 .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.richTextSpot.table2 .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.richTextSpot.table3 .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.richTextSpot.text-only .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.richTextSpot.text-narrow .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.categorySpot.table1 .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.categorySpot.table2 .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.categorySpot.table3 .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.categorySpot.text-only .owl-carousel .owl-item.active .product-spot, .sticky-spot-carousel.categorySpot.text-narrow .owl-carousel .owl-item.active .product-spot {
    position: static;
  }
}
.product-carousel.container button, .product-carousel.rx-error-container button, .product-carousel.rx-checkout-container button, .product-carousel.richTextSpot.table1 button, .product-carousel.richTextSpot.table2 button, .product-carousel.richTextSpot.table3 button, .product-carousel.richTextSpot.text-only button, .product-carousel.richTextSpot.text-narrow button, .product-carousel.categorySpot.table1 button, .product-carousel.categorySpot.table2 button, .product-carousel.categorySpot.table3 button, .product-carousel.categorySpot.text-only button, .product-carousel.categorySpot.text-narrow button, .sticky-spot-carousel.container button, .sticky-spot-carousel.rx-error-container button, .sticky-spot-carousel.rx-checkout-container button, .sticky-spot-carousel.richTextSpot.table1 button, .sticky-spot-carousel.richTextSpot.table2 button, .sticky-spot-carousel.richTextSpot.table3 button, .sticky-spot-carousel.richTextSpot.text-only button, .sticky-spot-carousel.richTextSpot.text-narrow button, .sticky-spot-carousel.categorySpot.table1 button, .sticky-spot-carousel.categorySpot.table2 button, .sticky-spot-carousel.categorySpot.table3 button, .sticky-spot-carousel.categorySpot.text-only button, .sticky-spot-carousel.categorySpot.text-narrow button {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .product-carousel.container button, .product-carousel.rx-error-container button, .product-carousel.rx-checkout-container button, .product-carousel.richTextSpot.table1 button, .product-carousel.richTextSpot.table2 button, .product-carousel.richTextSpot.table3 button, .product-carousel.richTextSpot.text-only button, .product-carousel.richTextSpot.text-narrow button, .product-carousel.categorySpot.table1 button, .product-carousel.categorySpot.table2 button, .product-carousel.categorySpot.table3 button, .product-carousel.categorySpot.text-only button, .product-carousel.categorySpot.text-narrow button, .sticky-spot-carousel.container button, .sticky-spot-carousel.rx-error-container button, .sticky-spot-carousel.rx-checkout-container button, .sticky-spot-carousel.richTextSpot.table1 button, .sticky-spot-carousel.richTextSpot.table2 button, .sticky-spot-carousel.richTextSpot.table3 button, .sticky-spot-carousel.richTextSpot.text-only button, .sticky-spot-carousel.richTextSpot.text-narrow button, .sticky-spot-carousel.categorySpot.table1 button, .sticky-spot-carousel.categorySpot.table2 button, .sticky-spot-carousel.categorySpot.table3 button, .sticky-spot-carousel.categorySpot.text-only button, .sticky-spot-carousel.categorySpot.text-narrow button {
    margin-top: 40px;
  }
}
.product-carousel.container button a, .product-carousel.rx-error-container button a, .product-carousel.rx-checkout-container button a, .product-carousel.richTextSpot.table1 button a, .product-carousel.richTextSpot.table2 button a, .product-carousel.richTextSpot.table3 button a, .product-carousel.richTextSpot.text-only button a, .product-carousel.richTextSpot.text-narrow button a, .product-carousel.categorySpot.table1 button a, .product-carousel.categorySpot.table2 button a, .product-carousel.categorySpot.table3 button a, .product-carousel.categorySpot.text-only button a, .product-carousel.categorySpot.text-narrow button a, .sticky-spot-carousel.container button a, .sticky-spot-carousel.rx-error-container button a, .sticky-spot-carousel.rx-checkout-container button a, .sticky-spot-carousel.richTextSpot.table1 button a, .sticky-spot-carousel.richTextSpot.table2 button a, .sticky-spot-carousel.richTextSpot.table3 button a, .sticky-spot-carousel.richTextSpot.text-only button a, .sticky-spot-carousel.richTextSpot.text-narrow button a, .sticky-spot-carousel.categorySpot.table1 button a, .sticky-spot-carousel.categorySpot.table2 button a, .sticky-spot-carousel.categorySpot.table3 button a, .sticky-spot-carousel.categorySpot.text-only button a, .sticky-spot-carousel.categorySpot.text-narrow button a {
  color: #00AB7F;
}
@media screen and (max-width: 767px) {
  .product-carousel.container .product-carousel-wrapper, .product-carousel.rx-error-container .product-carousel-wrapper, .product-carousel.rx-checkout-container .product-carousel-wrapper, .product-carousel.richTextSpot.table1 .product-carousel-wrapper, .product-carousel.richTextSpot.table2 .product-carousel-wrapper, .product-carousel.richTextSpot.table3 .product-carousel-wrapper, .product-carousel.richTextSpot.text-only .product-carousel-wrapper, .product-carousel.richTextSpot.text-narrow .product-carousel-wrapper, .product-carousel.categorySpot.table1 .product-carousel-wrapper, .product-carousel.categorySpot.table2 .product-carousel-wrapper, .product-carousel.categorySpot.table3 .product-carousel-wrapper, .product-carousel.categorySpot.text-only .product-carousel-wrapper, .product-carousel.categorySpot.text-narrow .product-carousel-wrapper, .sticky-spot-carousel.container .product-carousel-wrapper, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper {
    margin-left: -6px;
    margin-right: -6px;
  }
  .product-carousel.container .owl-item.cloned, .product-carousel.rx-error-container .owl-item.cloned, .product-carousel.rx-checkout-container .owl-item.cloned, .product-carousel.richTextSpot.table1 .owl-item.cloned, .product-carousel.richTextSpot.table2 .owl-item.cloned, .product-carousel.richTextSpot.table3 .owl-item.cloned, .product-carousel.richTextSpot.text-only .owl-item.cloned, .product-carousel.richTextSpot.text-narrow .owl-item.cloned, .product-carousel.categorySpot.table1 .owl-item.cloned, .product-carousel.categorySpot.table2 .owl-item.cloned, .product-carousel.categorySpot.table3 .owl-item.cloned, .product-carousel.categorySpot.text-only .owl-item.cloned, .product-carousel.categorySpot.text-narrow .owl-item.cloned, .sticky-spot-carousel.container .owl-item.cloned, .sticky-spot-carousel.rx-error-container .owl-item.cloned, .sticky-spot-carousel.rx-checkout-container .owl-item.cloned, .sticky-spot-carousel.richTextSpot.table1 .owl-item.cloned, .sticky-spot-carousel.richTextSpot.table2 .owl-item.cloned, .sticky-spot-carousel.richTextSpot.table3 .owl-item.cloned, .sticky-spot-carousel.richTextSpot.text-only .owl-item.cloned, .sticky-spot-carousel.richTextSpot.text-narrow .owl-item.cloned, .sticky-spot-carousel.categorySpot.table1 .owl-item.cloned, .sticky-spot-carousel.categorySpot.table2 .owl-item.cloned, .sticky-spot-carousel.categorySpot.table3 .owl-item.cloned, .sticky-spot-carousel.categorySpot.text-only .owl-item.cloned, .sticky-spot-carousel.categorySpot.text-narrow .owl-item.cloned {
    display: none !important;
  }
  .product-carousel.container .owl-stage, .product-carousel.rx-error-container .owl-stage, .product-carousel.rx-checkout-container .owl-stage, .product-carousel.richTextSpot.table1 .owl-stage, .product-carousel.richTextSpot.table2 .owl-stage, .product-carousel.richTextSpot.table3 .owl-stage, .product-carousel.richTextSpot.text-only .owl-stage, .product-carousel.richTextSpot.text-narrow .owl-stage, .product-carousel.categorySpot.table1 .owl-stage, .product-carousel.categorySpot.table2 .owl-stage, .product-carousel.categorySpot.table3 .owl-stage, .product-carousel.categorySpot.text-only .owl-stage, .product-carousel.categorySpot.text-narrow .owl-stage, .sticky-spot-carousel.container .owl-stage, .sticky-spot-carousel.rx-error-container .owl-stage, .sticky-spot-carousel.rx-checkout-container .owl-stage, .sticky-spot-carousel.richTextSpot.table1 .owl-stage, .sticky-spot-carousel.richTextSpot.table2 .owl-stage, .sticky-spot-carousel.richTextSpot.table3 .owl-stage, .sticky-spot-carousel.richTextSpot.text-only .owl-stage, .sticky-spot-carousel.richTextSpot.text-narrow .owl-stage, .sticky-spot-carousel.categorySpot.table1 .owl-stage, .sticky-spot-carousel.categorySpot.table2 .owl-stage, .sticky-spot-carousel.categorySpot.table3 .owl-stage, .sticky-spot-carousel.categorySpot.text-only .owl-stage, .sticky-spot-carousel.categorySpot.text-narrow .owl-stage {
    transform: none !important;
    transition: none !important;
    width: auto !important;
  }
  .product-carousel.container .owl-item, .product-carousel.rx-error-container .owl-item, .product-carousel.rx-checkout-container .owl-item, .product-carousel.richTextSpot.table1 .owl-item, .product-carousel.richTextSpot.table2 .owl-item, .product-carousel.richTextSpot.table3 .owl-item, .product-carousel.richTextSpot.text-only .owl-item, .product-carousel.richTextSpot.text-narrow .owl-item, .product-carousel.categorySpot.table1 .owl-item, .product-carousel.categorySpot.table2 .owl-item, .product-carousel.categorySpot.table3 .owl-item, .product-carousel.categorySpot.text-only .owl-item, .product-carousel.categorySpot.text-narrow .owl-item, .sticky-spot-carousel.container .owl-item, .sticky-spot-carousel.rx-error-container .owl-item, .sticky-spot-carousel.rx-checkout-container .owl-item, .sticky-spot-carousel.richTextSpot.table1 .owl-item, .sticky-spot-carousel.richTextSpot.table2 .owl-item, .sticky-spot-carousel.richTextSpot.table3 .owl-item, .sticky-spot-carousel.richTextSpot.text-only .owl-item, .sticky-spot-carousel.richTextSpot.text-narrow .owl-item, .sticky-spot-carousel.categorySpot.table1 .owl-item, .sticky-spot-carousel.categorySpot.table2 .owl-item, .sticky-spot-carousel.categorySpot.table3 .owl-item, .sticky-spot-carousel.categorySpot.text-only .owl-item, .sticky-spot-carousel.categorySpot.text-narrow .owl-item {
    width: calc(50% - 12px) !important;
    display: inline-block;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .product-carousel.container .owl-item:nth-child(odd), .product-carousel.rx-error-container .owl-item:nth-child(odd), .product-carousel.rx-checkout-container .owl-item:nth-child(odd), .product-carousel.richTextSpot.table1 .owl-item:nth-child(odd), .product-carousel.richTextSpot.table2 .owl-item:nth-child(odd), .product-carousel.richTextSpot.table3 .owl-item:nth-child(odd), .product-carousel.richTextSpot.text-only .owl-item:nth-child(odd), .product-carousel.richTextSpot.text-narrow .owl-item:nth-child(odd), .product-carousel.categorySpot.table1 .owl-item:nth-child(odd), .product-carousel.categorySpot.table2 .owl-item:nth-child(odd), .product-carousel.categorySpot.table3 .owl-item:nth-child(odd), .product-carousel.categorySpot.text-only .owl-item:nth-child(odd), .product-carousel.categorySpot.text-narrow .owl-item:nth-child(odd), .sticky-spot-carousel.container .owl-item:nth-child(odd), .sticky-spot-carousel.rx-error-container .owl-item:nth-child(odd), .sticky-spot-carousel.rx-checkout-container .owl-item:nth-child(odd), .sticky-spot-carousel.richTextSpot.table1 .owl-item:nth-child(odd), .sticky-spot-carousel.richTextSpot.table2 .owl-item:nth-child(odd), .sticky-spot-carousel.richTextSpot.table3 .owl-item:nth-child(odd), .sticky-spot-carousel.richTextSpot.text-only .owl-item:nth-child(odd), .sticky-spot-carousel.richTextSpot.text-narrow .owl-item:nth-child(odd), .sticky-spot-carousel.categorySpot.table1 .owl-item:nth-child(odd), .sticky-spot-carousel.categorySpot.table2 .owl-item:nth-child(odd), .sticky-spot-carousel.categorySpot.table3 .owl-item:nth-child(odd), .sticky-spot-carousel.categorySpot.text-only .owl-item:nth-child(odd), .sticky-spot-carousel.categorySpot.text-narrow .owl-item:nth-child(odd) {
    /*margin-right: 2.865329% !important;*/
  }
  .product-carousel.container .owl-item:nth-child(n+3), .product-carousel.rx-error-container .owl-item:nth-child(n+3), .product-carousel.rx-checkout-container .owl-item:nth-child(n+3), .product-carousel.richTextSpot.table1 .owl-item:nth-child(n+3), .product-carousel.richTextSpot.table2 .owl-item:nth-child(n+3), .product-carousel.richTextSpot.table3 .owl-item:nth-child(n+3), .product-carousel.richTextSpot.text-only .owl-item:nth-child(n+3), .product-carousel.richTextSpot.text-narrow .owl-item:nth-child(n+3), .product-carousel.categorySpot.table1 .owl-item:nth-child(n+3), .product-carousel.categorySpot.table2 .owl-item:nth-child(n+3), .product-carousel.categorySpot.table3 .owl-item:nth-child(n+3), .product-carousel.categorySpot.text-only .owl-item:nth-child(n+3), .product-carousel.categorySpot.text-narrow .owl-item:nth-child(n+3), .sticky-spot-carousel.container .owl-item:nth-child(n+3), .sticky-spot-carousel.rx-error-container .owl-item:nth-child(n+3), .sticky-spot-carousel.rx-checkout-container .owl-item:nth-child(n+3), .sticky-spot-carousel.richTextSpot.table1 .owl-item:nth-child(n+3), .sticky-spot-carousel.richTextSpot.table2 .owl-item:nth-child(n+3), .sticky-spot-carousel.richTextSpot.table3 .owl-item:nth-child(n+3), .sticky-spot-carousel.richTextSpot.text-only .owl-item:nth-child(n+3), .sticky-spot-carousel.richTextSpot.text-narrow .owl-item:nth-child(n+3), .sticky-spot-carousel.categorySpot.table1 .owl-item:nth-child(n+3), .sticky-spot-carousel.categorySpot.table2 .owl-item:nth-child(n+3), .sticky-spot-carousel.categorySpot.table3 .owl-item:nth-child(n+3), .sticky-spot-carousel.categorySpot.text-only .owl-item:nth-child(n+3), .sticky-spot-carousel.categorySpot.text-narrow .owl-item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.sticky-spot-carousel.container .product-carousel-wrapper, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding-left: 158px;
}
@media screen and (min-width: 1600px) {
  .sticky-spot-carousel.container .product-carousel-wrapper, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper {
    padding-left: 201px;
  }
}
@media screen and (max-width: 959px) {
  .sticky-spot-carousel.container .product-carousel-wrapper, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper {
    padding-left: 0;
    position: relative;
  }
}
.sticky-spot-carousel.container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots-sticky {
  -ms-flex: 0 0 calc(25% - 12px - 36.5px);
  flex: 0 0 calc(25% - 12px - 36.5px);
  max-width: calc(25% - 12px - 36.5px);
  margin-bottom: 42px;
  margin-right: 12px;
}
@media screen and (min-width: 1600px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots-sticky {
    -ms-flex: 0 0 calc(25% - 24px - 44px);
    flex: 0 0 calc(25% - 24px - 44px);
    max-width: calc(25% - 24px - 44px);
    margin-right: 24px;
  }
}
@media screen and (max-width: 959px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots-sticky {
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
@media screen and (max-width: 767px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots-sticky {
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-bottom: 30px;
    margin-left: 6px;
    margin-right: 6px;
    position: absolute;
    top: 0;
    left: 0;
    height: 305px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots-sticky, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots-sticky {
    margin-top: 0;
  }
}
.sticky-spot-carousel.container .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image {
  height: 100%;
}
.sticky-spot-carousel.container .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots-sticky .product-spot-sticky-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sticky-spot-carousel.container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots {
  -ms-flex: 0 0 calc(75% + 36.5px);
  flex: 0 0 calc(75% + 36.5px);
  max-width: calc(75% + 36.5px);
}
@media screen and (min-width: 1600px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots {
    -ms-flex: 0 0 calc(75% + 44px);
    flex: 0 0 calc(75% + 44px);
    max-width: calc(75% + 44px);
  }
}
@media screen and (max-width: 959px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots {
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }
}
@media screen and (max-width: 767px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.sticky-spot-carousel.container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots .owl-stage {
  left: -79px;
}
@media screen and (min-width: 1600px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots .owl-stage {
    left: -101px;
  }
}
@media screen and (max-width: 959px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots .owl-stage, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots .owl-stage {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots .owl-stage:before, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots .owl-stage:before {
    content: "";
    display: block;
    float: left;
    width: calc(50% - 12px);
    margin-left: 6px;
    margin-right: 6px;
    min-height: 305px;
  }
}
.sticky-spot-carousel.container .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots .owl-nav {
  top: calc(50% - 25px);
  width: calc(100% - 8px);
  left: -25px;
  margin-left: 0;
}
@media screen and (min-width: 1600px) {
  .sticky-spot-carousel.container .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.rx-error-container .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.rx-checkout-container .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.table1 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.table2 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.table3 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.text-only .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.richTextSpot.text-narrow .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.table1 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.table2 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.table3 .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.text-only .product-carousel-wrapper .product-spots .owl-nav, .sticky-spot-carousel.categorySpot.text-narrow .product-carousel-wrapper .product-spots .owl-nav {
    width: calc(100% - 152px);
  }
}

.product-image-zoom .image {
  max-width: 70vh;
  margin: auto;
}
.product-image-zoom .image img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
@media (min-height: 750px) {
  .product-image-zoom .image img {
    margin: 30px auto;
  }
}

.product-details {
  background-color: rgba(104, 114, 120, 0.03);
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5eaec;
}
@media screen and (max-width: 480px) {
  .product-details {
    background-color: transparent;
  }
}
.product-details .image-tile {
  display: flex;
  width: 56.944444%;
  float: left;
  position: relative;
  padding-top: 11px;
  padding-left: calc(50% - 600px);
}
@media screen and (max-width: 1200px) {
  .product-details .image-tile {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 959px) {
  .product-details .image-tile {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 767px) {
  .product-details .image-tile {
    width: 100%;
    padding-top: 0;
  }
}
.product-details .image-tile .product-image {
  max-width: 100%;
  margin: auto;
  position: relative;
  background-color: #ffffff;
  padding: 20px;
}
.product-details .image-tile .product-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 114, 120, 0.03);
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .product-details .image-tile .product-image:before {
    background-color: rgba(255, 255, 255, 0.03);
  }
}
.product-details .image-tile .product-image img {
  margin: auto;
  display: block;
  max-width: 100%;
  width: 400px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .product-details .image-tile .product-image {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .product-details .image-tile .product-image {
    max-width: calc(100% - 120px);
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  .product-details .image-tile .product-image {
    max-width: calc(100% - 80px);
    padding: 12px;
  }
}
.product-details .product-tile {
  width: 43.05555%;
  float: right;
  border-left: 1px solid #E5EAEC;
  box-sizing: border-box;
  padding: 26px 215px 30px 63px;
}
@media screen and (max-width: 1200px) {
  .product-details .product-tile {
    width: 500px;
    padding: 26px 215px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .product-details .product-tile {
    padding: 26px 20px 30px 20px;
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .product-tile {
    width: 100%;
    padding: 0 15px;
    height: auto;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .product-details .product-tile {
    background-color: transparent;
  }
}
.product-details .product-tile .myFavorite::before {
  content: " ";
  /*background-image: url("../../../../Static/AApoteket/Project/Website/icons/heart.svg");*/
  background-size: 21px 18px;
  background-repeat: no-repeat;
  background-position: center;
  height: 21px;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  width: 47px;
}
.product-details .product-tile .product-info {
  max-width: 350px;
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
}
.product-details .product-tile .product-info .myFavorite {
  margin-left: auto;
  margin-right: 38px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -8px;
}
.product-details .product-tile .product-info .myFavorite.full {
  background-color: #F1DADB;
}
.product-details .product-tile .product-info .myFavorite.full:hover {
  background-color: #F8D0D2;
}
.product-details .product-tile .product-info .myFavorite.empty {
  background-color: #F6F8FA;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info {
    max-width: none;
    width: 100%;
  }
}
.product-details .product-tile .product-info p {
  margin: 0;
}
.product-details .product-tile .product-info .brand {
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}
.product-details .product-tile .product-info .brand:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .brand {
    font-weight: normal;
  }
}
.product-details .product-tile .product-info .item-name {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .item-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.product-details .product-tile .product-info .sub-text, .product-details .product-tile .product-info .strength, .product-details .product-tile .product-info .unit-price {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .sub-text, .product-details .product-tile .product-info .strength, .product-details .product-tile .product-info .unit-price {
    font-size: 12px;
    line-height: 17px;
  }
}
.product-details .product-tile .product-info .strength {
  margin-bottom: 17px;
}
.product-details .product-tile .product-info .price {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .price {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
  }
}
.product-details .product-tile .product-info .price span {
  font-size: 50px;
  font-weight: bold;
  line-height: 44px;
  font-family: "Klavika Bold", sans-serif;
}
.product-details .product-tile .product-info .price span:last-of-type {
  font-size: 22px;
  position: relative;
  bottom: 18px;
  margin-left: 5px;
}
.product-details .product-tile .product-info .currency {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  margin-left: -26px;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .currency {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-left: 0;
  }
}
.product-details .product-tile .product-info .non-discounted {
  color: #E66C57;
  text-decoration: line-through;
  display: block;
  margin: 0;
  vertical-align: super;
  position: relative;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .non-discounted {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .unit-price {
    font-size: 12px;
    line-height: 16px;
    color: #687278;
  }
}
.product-details .product-tile .product-info .stock-status {
  font-size: 12px;
  line-height: 16px;
  color: #687278;
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .stock-status {
    margin-top: 5px;
  }
}
.product-details .product-tile .product-info .stock-status:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #E66C57;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-details .product-tile .product-info .stock-status.in-stock:before {
  background-color: #18B180;
}
.product-details .product-tile .product-info .stock-status.in-remote-stock:before, .product-details .product-tile .product-info .stock-status.few-in-stock:before {
  background-color: #FFD74A;
}
.product-details .product-tile .product-info .stock-status.out-of-stock:before {
  background-color: #fe3636;
}
.product-details .product-tile .product-info .stock-status.disabled {
  visibility: hidden;
}
.product-details .product-tile .product-info .type {
  font-size: 12px;
  line-height: 16px;
  color: #687278;
  margin-top: 10px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .type {
    margin-bottom: 34px;
  }
}
.product-details .product-tile .product-info .badges .img-container {
  width: 40px;
  margin-right: 10px;
  display: inline-block;
}
.product-details .product-tile .product-info .badges .img-container img {
  width: 100%;
  height: auto;
}
.product-details .product-tile .product-info .badges .img-container:last-child {
  margin-right: 0;
}
.product-details .product-tile .product-info .product-select {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-details .product-tile .product-info .product-select {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
.product-details .product-tile .product-info .product-select select {
  width: 100%;
  height: 44px;
  border: 1px solid #C6CCD2;
  border-radius: 3px;
  background-color: #F6F8FA;
  box-sizing: border-box;
  padding: 0 17px 0 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.product-details .product-tile .product-info .product-select select::-ms-expand {
  display: none;
}
.product-details .product-tile .product-info .product-select .dd-arrow {
  width: 0px;
  height: 0px;
  position: absolute;
  transform: rotate(-179deg);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #262626;
  top: 50%;
  right: 17px;
  box-sizing: border-box;
  margin-top: -3.5px;
  pointer-events: none;
}
.product-details .product-tile .product-info #addButton > form {
  font-size: 0;
}
.product-details .product-tile .product-info .counter {
  width: 145px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}
.product-details .product-tile .product-info .counter .minus, .product-details .product-tile .product-info .counter .plus {
  width: 40px;
  opacity: 0.9;
  cursor: pointer;
}
.product-details .product-tile .product-info .counter .minus img, .product-details .product-tile .product-info .counter .plus img {
  max-width: 100%;
  vertical-align: top;
}
.product-details .product-tile .product-info input {
  width: 55px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #E5EAEC;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 0;
  padding: 0;
}
.product-details .product-tile .product-info input[type=number]::-webkit-outer-spin-button,
.product-details .product-tile .product-info input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-details .product-tile .product-info input[type=number] {
  -moz-appearance: textfield;
}
.product-details .product-tile .product-info button {
  vertical-align: top;
  max-width: 140px;
  width: calc(100% - 155px);
  min-width: 0;
}
.product-details .product-tile .product-info button:disabled {
  background-color: buttonface !important;
  color: #262626;
}
.product-details .product-tile .product-info button:disabled:hover {
  background-color: buttonface;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info button {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .product-details .product-tile .product-info button {
    /*width: 75%;*/
    max-width: 285px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info .badges {
    justify-content: space-between;
    display: flex;
    width: 270px;
    margin: auto;
    margin-top: 34px;
    margin-bottom: 20px;
  }
}
.product-details .product-tile .product-info #price-block-outer {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info #price-block-outer .price-block {
    display: none;
  }
}
.product-details .product-tile .product-info #price-block-outer .price-block.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-details .product-tile .product-info #price-block-outer .price-block.mobile {
    display: block;
  }
  .product-details .product-tile .product-info #price-block-outer .price-block.mobile .price span {
    bottom: 0;
    line-height: 28px;
    margin-left: 0;
  }
}
.product-details .product-tile .product-info #price-block-outer .unit-price {
  margin-bottom: 0px;
}
.product-details .product-tile .product-info #price-block-outer .campaign-end-text {
  font-weight: 100;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .product-details .product-tile .colored-bg {
    box-sizing: border-box;
  }
}

.sortoptions {
  top: -10px;
  right: 20px;
  padding: 18px 0px;
  font-size: 16px;
  color: #262626;
  border-top: 1px solid #E5EAEC;
}
.sortoptions fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.sortoptions fieldset #sort-by-button {
  display: inline-block;
  box-sizing: border-box;
  margin-top: -5px;
  width: 100%;
  outline: none;
  padding-left: 20px;
  height: 40px;
  border: 1px solid #C6CCD2;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sortoptions fieldset #sort-by-button {
    margin-top: 0;
    height: 44px;
    background-color: #ffffff;
    border-color: #E5EAEC;
    text-align: center;
    padding: 7px 0;
  }
}
.sortoptions fieldset #sort-by-button .ui-selectmenu-text {
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  line-height: 37px;
}
@media screen and (max-width: 767px) {
  .sortoptions fieldset #sort-by-button .ui-selectmenu-text {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #687278;
    text-transform: uppercase;
  }
}
.sortoptions fieldset #sort-by-button:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  transform: rotate(-179deg);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #262626;
  top: 50%;
  right: 17px;
  box-sizing: border-box;
  margin-top: -3.5px;
}
@media screen and (max-width: 767px) {
  .sortoptions fieldset #sort-by-button:after {
    display: none;
  }
}
.sortoptions fieldset .ui-selectmenu-menu {
  display: none;
  width: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sortoptions fieldset .ui-selectmenu-menu {
    position: absolute;
    left: 0px !important;
    right: 0 !important;
    width: calc(100% - 28px);
    margin: auto;
  }
}
.sortoptions fieldset .ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
  z-index: 3;
}
.sortoptions fieldset .ui-selectmenu-menu #sort-by-menu {
  list-style-type: none;
  background-color: #F6F8FA;
  border: 1px solid #C6CCD2;
  border-top: none;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .sortoptions fieldset .ui-selectmenu-menu #sort-by-menu {
    background-color: #ffffff;
    margin-bottom: 0;
    width: 100% !important;
    box-sizing: border-box;
    border: none;
    border: 1px solid #E5EAEC;
  }
}
.sortoptions fieldset .ui-selectmenu-menu #sort-by-menu li {
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
}
.sortoptions fieldset .ui-selectmenu-menu #sort-by-menu li.ui-state-disabled {
  display: none;
}
@media screen and (max-width: 767px) {
  .sortoptions {
    width: 100%;
    max-width: calc(50% - 7px);
    position: static;
    float: right;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .favorites .product-results .product-spot .bottom-block .product-spot-details-text {
    height: 95px;
  }
}
.favorites .product-results .product-spot .bottom-block .campaign-end-text {
  display: inline-block;
  font-size: 12px;
}

.product-grid, .product-grid-faded {
  text-align: center;
  position: relative;
}
.product-grid .product-results-faded, .product-grid-faded .product-results-faded {
  max-height: 90px;
}
.product-grid .product-results-faded::before, .product-grid-faded .product-results-faded::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  z-index: 2;
}
.product-grid .product-results-load-more, .product-grid-faded .product-results-load-more {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  z-index: 3;
}
.product-grid .product-results-load-more:hover, .product-grid-faded .product-results-load-more:hover {
  background-color: white !important;
}
@media screen and (max-width: 480px) {
  .product-grid .product-results-load-more, .product-grid-faded .product-results-load-more {
    bottom: 20px;
  }
}
.product-grid .product-results, .product-grid .product-results-faded, .product-grid-faded .product-results, .product-grid-faded .product-results-faded {
  display: flex;
  flex-wrap: wrap;
}
.product-grid .product-spot, .product-grid-faded .product-spot {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing: border-box;
  padding: 0 0 39px 24px;
  position: relative;
}
@media screen and (min-width: 1460px) {
  .product-grid .product-spot, .product-grid-faded .product-spot {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 959px) {
  .product-grid .product-spot, .product-grid-faded .product-spot {
    padding: 0 0 39px 14px;
  }
}
@media screen and (max-width: 480px) {
  .product-grid .product-spot, .product-grid-faded .product-spot {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 29px 14px;
  }
  .product-grid .product-spot:nth-child(2n), .product-grid-faded .product-spot:nth-child(2n) {
    margin-right: 0;
  }
}
.product-grid .product-spot.product-grid-spot, .product-grid-faded .product-spot.product-grid-spot {
  background-position: left 24px center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .product-grid .product-spot.product-grid-spot, .product-grid-faded .product-spot.product-grid-spot {
    background-position: left 14px center;
    padding-bottom: 29px;
  }
}
.product-grid .product-spot.product-grid-spot .product-grid-spot-icon, .product-grid-faded .product-spot.product-grid-spot .product-grid-spot-icon {
  margin: 20px 20px 44px auto;
  line-height: 0;
}
@media (max-width: 767px) {
  .product-grid .product-spot.product-grid-spot .product-grid-spot-icon, .product-grid-faded .product-spot.product-grid-spot .product-grid-spot-icon {
    margin: 6px 6px 20px auto;
  }
}
.product-grid .product-spot.product-grid-spot .product-grid-spot-header, .product-grid-faded .product-spot.product-grid-spot .product-grid-spot-header {
  margin-bottom: 29px;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #262626;
}
@media (max-width: 1100px) {
  .product-grid .product-spot.product-grid-spot .product-grid-spot-header, .product-grid-faded .product-spot.product-grid-spot .product-grid-spot-header {
    margin-bottom: 15px;
  }
}
.product-grid .product-spot.product-grid-spot .product-grid-spot-contenttext, .product-grid-faded .product-spot.product-grid-spot .product-grid-spot-contenttext {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Pharma", sans-serif;
  color: #262626;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .product-grid .product-spot.product-grid-spot .product-grid-spot-contenttext, .product-grid-faded .product-spot.product-grid-spot .product-grid-spot-contenttext {
    font-size: 20px;
  }
}
.product-grid .product-spot.product-grid-spot .button, .product-grid .product-spot.product-grid-spot .herobanner .cta-block a, .herobanner .cta-block .product-grid .product-spot.product-grid-spot a, .product-grid-faded .product-spot.product-grid-spot .button, .product-grid-faded .product-spot.product-grid-spot .herobanner .cta-block a, .herobanner .cta-block .product-grid-faded .product-spot.product-grid-spot a {
  display: inline-block;
  margin-top: auto;
  padding: 9px 0 9px;
  min-width: 120px;
}
.product-grid .product-spot p, .product-grid-faded .product-spot p {
  margin: 0;
}
.product-grid .product-spot .image, .product-grid-faded .product-spot .image {
  display: grid;
  padding: 40px 43px 48px 45px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .product-grid .product-spot .image, .product-grid-faded .product-spot .image {
    padding: 20px;
  }
}
.product-grid .product-spot .image:hover:before, .product-grid-faded .product-spot .image:hover:before {
  background-color: rgba(104, 114, 120, 0.1);
}
.product-grid .product-spot .image:before, .product-grid-faded .product-spot .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 114, 120, 0.05);
  z-index: 1;
}
.product-grid .product-spot .image img, .product-grid-faded .product-spot .image img {
  width: 100%;
}
.product-grid .product-spot .bottom-block .product-spot-details-text, .product-grid-faded .product-spot .bottom-block .product-spot-details-text {
  height: 74px;
  overflow: hidden;
}
.product-grid .product-spot .bottom-block .product-spot-details-text .title, .product-grid-faded .product-spot .bottom-block .product-spot-details-text .title {
  font-size: 14px;
  line-height: 17px;
  padding: 3px 0;
  font-weight: bold;
}
.product-grid .product-spot .bottom-block .product-spot-details-text .text, .product-grid-faded .product-spot .bottom-block .product-spot-details-text .text {
  color: #000000;
  font-size: 12px;
  line-height: 17px;
}
.product-grid .product-spot .bottom-block .discounted, .product-grid-faded .product-spot .bottom-block .discounted {
  font-weight: bold;
  margin-top: 3px;
  float: left;
}
.product-grid .product-spot .bottom-block .non-discounted, .product-grid-faded .product-spot .bottom-block .non-discounted {
  color: #E66C57;
  text-decoration: line-through;
  font-size: 14px;
  line-height: 22px;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
.product-grid .product-spot .bottom-block .campaign-end-text, .product-grid-faded .product-spot .bottom-block .campaign-end-text {
  display: block;
  font-size: 12px;
  margin-top: 27px;
}
.product-grid .product-spot button, .product-grid-faded .product-spot button {
  margin-top: 5px;
  width: calc(100% - 24px);
  height: 34px;
  border-radius: 2px;
  background-color: #00ab7f;
  font-size: 11px;
  letter-spacing: normal;
  min-width: 0;
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 0;
}
.product-grid .product-spot button#out-of-stock-button, .product-grid-faded .product-spot button#out-of-stock-button {
  background-color: #D9EAE7 !important;
  color: #262626;
}
.product-grid .product-spot button#out-of-stock-button:hover, .product-grid-faded .product-spot button#out-of-stock-button:hover {
  background-color: #D9EAE7;
}
@media screen and (max-width: 360px) {
  .product-grid .product-spot button#out-of-stock-button, .product-grid-faded .product-spot button#out-of-stock-button {
    font-size: 10px;
    padding: 4px 0px 5px;
  }
}
.product-grid .product-spot button:disabled, .product-grid-faded .product-spot button:disabled {
  background-color: buttonface !important;
  color: #262626;
}
.product-grid .product-spot button:disabled:hover, .product-grid-faded .product-spot button:disabled:hover {
  background-color: buttonface;
}
@media screen and (max-width: 959px) {
  .product-grid .product-spot button, .product-grid-faded .product-spot button {
    left: 14px;
    width: calc(100% - 14px);
  }
}
@media screen and (max-width: 480px) {
  .product-grid .product-spot button, .product-grid-faded .product-spot button {
    height: 25px;
    margin-top: 4px;
    padding: 4px 6px 5px;
  }
}
.product-grid button, .product-grid-faded button {
  min-width: 200px;
}
@media screen and (max-width: 480px) {
  .product-grid button, .product-grid-faded button {
    width: calc(100% - 14px);
    float: right;
  }
}

.related-products header {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 30px;
  background-color: #eaf4f2;
}
.related-products .products {
  color: #000000;
  font-size: 12px;
  line-height: 17px;
  padding: 0 20px;
  background-color: #ffffff;
}
.related-products .products .item {
  position: relative;
}
.related-products .products .product-badge {
  width: 43px;
  height: 43px;
  top: 6px;
  right: 6px;
}
.related-products .products .product-badge .primary {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding-top: 7px;
  background-size: 100%;
}
.related-products .products .product-badge .primary .badgetext {
  margin: 0;
}
.related-products .products .product-badge.DiscountOffAmount .badgetext, .related-products .products .product-badge.DiscountOffPercentage .badgetext {
  font-size: 10px;
  line-height: 1;
}
.related-products .products .product-badge.DiscountOffAmount .value span:first-child, .related-products .products .product-badge.DiscountOffPercentage .value span:first-child {
  font-size: 18px;
  line-height: 20px;
}
.related-products .products .product-badge.DiscountOffAmount .value span:last-child, .related-products .products .product-badge.DiscountOffPercentage .value span:last-child {
  font-size: 8px;
  bottom: 7px;
  margin-left: -4px;
}
.related-products .products .product-badge.StandardCampaign .badgetext, .related-products .products .product-badge.OnlinePriceCampaign .badgetext, .related-products .products .product-badge.SplashOnly .badgetext {
  line-height: 12px;
  font-size: 10px;
}
.related-products .products .product-badge.NewProduct .badgetext, .related-products .products .product-badge.online-only .badgetext {
  line-height: 9px;
  font-size: 8px;
}
.related-products .products .image {
  text-align: center;
  padding: 11px 0;
}
.related-products .products .image img {
  max-width: 60px;
  width: auto;
  height: auto;
  max-height: 60px;
}
.related-products .products .name, .related-products .products .package, .related-products .products .price {
  height: 17px;
}
.related-products .products .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-products .products button {
  height: 25px;
  width: 140px;
  min-width: initial;
  border-radius: 2px;
  background-color: #00ab7f;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  margin: 6px 0 12px;
  overflow: hidden;
}
.related-products .products button:hover {
  background-color: #0B8D64 !important;
}
.related-products .products .price {
  font-weight: 600;
}
.related-products .products .price-non-discounted {
  color: #E66C57;
  text-decoration: line-through;
  font-weight: normal;
  display: inline-block;
  padding-left: 5px;
}
.related-products .products .campaign-end-text {
  font-size: 10px;
}
.related-products .products form {
  margin: 0;
}
@media (min-width: 960px) {
  .related-products {
    width: 180px;
    position: absolute;
    top: 55px;
    right: 15px;
    box-shadow: 0 2px 7px 0 rgba(38, 38, 38, 0.3);
  }
}
@media (max-width: 959px) {
  .related-products {
    text-align: center;
  }
  .related-products header {
    height: 70px;
    padding: 28px 30px;
    margin: 16px 13px;
  }
  .related-products .products {
    display: inline-block;
    text-align: left;
    padding: 0;
    width: 100%;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 40px;
  }
  .related-products .products .wrapper {
    min-width: max-content;
    padding-right: 9px;
    margin-left: 9px;
  }
  .related-products .products .item {
    text-align: left;
    width: 156px;
    margin: 0 4px;
    padding: 0 13px;
    display: inline-block;
    background-color: rgba(104, 114, 120, 0.03);
  }
  .related-products .products .item .image a {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
  }
  .related-products .products .item .image a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(104, 114, 120, 0.03);
    z-index: 1;
  }
  .related-products .products .item button {
    width: 130px;
  }
}

.product-badge {
  height: 55px;
  width: 55px;
  top: 14px;
  right: 14px;
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  pointer-events: none;
  text-align: center;
}
.product-badge.SplashOnly {
  width: 70px;
  height: 70px;
}
@media (max-width: 480px) {
  .product-badge {
    width: 43px;
    height: 43px;
    top: 6px;
    right: 6px;
  }
  .product-badge.SplashOnly {
    width: 70px;
    height: 70px;
  }
}
.product-spot .product-badge .primary {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding-top: 11px;
  background-size: 100%;
}
.product-spot .product-badge .primary .badgetext {
  margin: 0;
}
@media (max-width: 480px) {
  .product-spot .product-badge .primary .value {
    margin-top: 5px;
  }
}
.product-spot .product-badge .secondary {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  top: -7px;
  padding-top: 11px;
  background-color: #7F848A;
  color: white;
}
@media (max-width: 480px) {
  .product-spot .product-badge .secondary {
    height: 38px;
    width: 38px;
    padding-top: 8px;
  }
}
.product-spot .product-badge .secondary p {
  margin: 0;
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 9px;
}
.product-details .product-badge {
  width: 116px;
  height: 116px;
  right: 50px;
  top: 50px;
}
@media (max-width: 1100px) {
  .product-details .product-badge {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .product-details .product-badge {
    height: 74px;
    width: 74px;
  }
}
.product-details .product-badge .primary {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  padding-top: 24px;
  background-size: 100%;
}
@media (max-width: 480px) {
  .product-details .product-badge .primary .value {
    margin-top: 10px;
  }
}
.product-details .product-badge .primary .badgetext {
  margin: 0;
  margin-bottom: 5px;
}
.product-details .product-badge .secondary {
  background-color: #7F848A;
  color: white;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  top: -15px;
  margin: auto;
  padding-top: 25px;
}
@media (max-width: 480px) {
  .product-details .product-badge .secondary {
    width: 65px;
    height: 65px;
    padding: 0;
    padding: 15px 0;
  }
}
.product-details .product-badge .secondary p {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 480px) {
  .product-details .product-badge .secondary p {
    line-height: 17px;
    font-size: 14px;
  }
}

.DiscountOffAmount, .DiscountOffPercentage, .StandardCampaign, .OnlinePriceCampaign, .SplashOnly {
  background-color: #FFD74A;
  color: #262626;
}

.StandardCampaign .badgetext, .OnlinePriceCampaign .badgetext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  width: 90%;
  text-align: center;
}
@media (max-width: 480px) {
  .StandardCampaign .badgetext, .OnlinePriceCampaign .badgetext {
    line-height: 12px;
    font-size: 10px;
  }
}
.product-details .StandardCampaign .badgetext, .product-details .OnlinePriceCampaign .badgetext {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .product-details .StandardCampaign .badgetext, .product-details .OnlinePriceCampaign .badgetext {
    font-size: 16px;
    line-height: 18px;
  }
}
.product-details .StandardCampaign .badgetext.SplashOnly, .product-details .OnlinePriceCampaign .badgetext.SplashOnly {
  font-size: 18px;
  line-height: 24px;
}

.SplashOnly .badgetext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
}
.product-details .SplashOnly .badgetext {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .product-details .SplashOnly .badgetext {
    font-size: 12px;
    line-height: 12px;
  }
}

.DiscountOffAmount .badgetext, .DiscountOffPercentage .badgetext {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 11px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .DiscountOffAmount .badgetext, .DiscountOffPercentage .badgetext {
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
    top: 13px;
    margin-top: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .DiscountOffAmount .value, .DiscountOffPercentage .value {
    margin-top: 12px;
    display: block;
  }
}
.DiscountOffAmount .value span:first-child, .DiscountOffPercentage .value span:first-child {
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
  padding-left: 4px;
}
@media (max-width: 480px) {
  .DiscountOffAmount .value span:first-child, .DiscountOffPercentage .value span:first-child {
    line-height: 20px;
    font-size: 18px;
  }
}
.DiscountOffAmount .value span:last-child, .DiscountOffPercentage .value span:last-child {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  position: relative;
  bottom: 9px;
  margin-left: -3px;
}
@media (max-width: 480px) {
  .DiscountOffAmount .value span:last-child, .DiscountOffPercentage .value span:last-child {
    font-size: 8px;
    bottom: 7px;
    margin-left: -4px;
  }
}
.product-details .DiscountOffAmount .badgetext, .product-details .DiscountOffPercentage .badgetext {
  margin-top: 24px;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
}
.product-details .DiscountOffAmount .value, .product-details .DiscountOffPercentage .value {
  font-family: "Klavika Bold", sans-serif;
}
.product-details .DiscountOffAmount .value span:first-child, .product-details .DiscountOffPercentage .value span:first-child {
  font-size: 55px;
  line-height: 40px;
  font-weight: bold;
  padding-left: 3px;
}
@media (max-width: 480px) {
  .product-details .DiscountOffAmount .value span:first-child, .product-details .DiscountOffPercentage .value span:first-child {
    line-height: 20px;
    font-size: 35px;
  }
}
.product-details .DiscountOffAmount .value span:last-child, .product-details .DiscountOffPercentage .value span:last-child {
  font-size: 24px;
  bottom: 20px;
}
@media (max-width: 480px) {
  .product-details .DiscountOffAmount .value span:last-child, .product-details .DiscountOffPercentage .value span:last-child {
    line-height: 20px;
    font-size: 15px;
    bottom: 13px;
  }
}
@media (max-width: 480px) {
  .product-details .DiscountOffAmount .badgetext, .product-details .DiscountOffPercentage .badgetext {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    margin-bottom: 5px;
    top: 21px;
    margin-top: 0;
  }
  .product-details .DiscountOffAmount .value, .product-details .DiscountOffPercentage .value {
    margin-top: 35px;
  }
}

.NewProduct, .online-only {
  color: white;
  padding: 0 10px;
  z-index: 10;
  text-transform: uppercase;
}
.NewProduct .badgetext, .online-only .badgetext {
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .NewProduct .badgetext, .online-only .badgetext {
    line-height: 9px;
    font-size: 8px;
  }
}
.product-details .NewProduct .badgetext, .product-details .online-only .badgetext {
  font-size: 22px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .product-details .NewProduct .badgetext, .product-details .online-only .badgetext {
    font-size: 16px;
    line-height: 18px;
  }
}

.NewProduct {
  padding: 0;
}
.NewProduct .badgetext {
  padding-bottom: 0 !important;
  font-size: 12px;
}
@media (max-width: 480px) {
  .NewProduct .badgetext {
    font-size: 9px;
    line-height: 11px;
  }
}

.online-only {
  background-color: #7F848A;
}
.online-only .badgetext {
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .online-only .badgetext {
    padding-bottom: 3px;
  }
}
.product-details .online-only .badgetext {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 480px) {
  .product-details .online-only .badgetext {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 5px;
    font-weight: bold;
  }
}

.product-spot {
  position: relative;
}

.product-results .product-spot .product-badge {
  top: 10px;
  right: 10px;
}
@media (max-width: 480px) {
  .product-results .product-spot .product-badge {
    top: 6px;
    right: 6px;
  }
}
.product-results .product-spot .product-badge {
  /*      &.NewProduct {
          width: auto;
          height: auto;
          right: auto;
          left: 34px;

          .badgetext {
            margin-top: 0;
          }
        }
  */
}
.product-results .product-spot .product-badge.DiscountOffAmount .badgetext, .product-results .product-spot .product-badge.DiscountOffPercentage .badgetext {
  display: block;
}
@media (max-width: 480px) {
  .product-results .product-spot .product-badge.DiscountOffAmount .badgetext, .product-results .product-spot .product-badge.DiscountOffPercentage .badgetext {
    font-size: 10px;
    line-height: 13px;
    top: 15px;
    margin-top: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}

.brands-overview {
  margin: auto;
}
.brands-overview .header-text {
  padding: 15px 25px;
  border-top: 1px solid #e5eaec;
  border-bottom: 1px solid #e5eaec;
}
.brands-overview .header-text h4 {
  margin: 0;
  text-transform: uppercase;
}
.brands-overview .brand-list {
  font-size: 13px;
  margin-bottom: 40px;
  line-height: 24px;
  padding: 0px 20px;
  text-align: center;
  font-weight: bold;
  background-color: #00ab7f;
}
.brands-overview .brand-list p#search-title {
  margin-right: 5px;
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
}
.brands-overview .brand-list a {
  color: #FFFFFF;
  margin-right: 10px;
  letter-spacing: 10px;
}
.brands-overview .brand-list a:last-child {
  margin-right: 0;
}
.brands-overview .brands-container {
  color: #262626;
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 45px;
  padding-right: 45px;
}
.brands-overview .brands-container .brand {
  font-size: 46px;
  font-weight: bold;
  font-family: Pharma;
  display: block;
  box-sizing: content-box;
  margin-bottom: 40px;
  min-width: 150px;
  margin-right: 20px;
}
.brands-overview .brands-container .brand ul {
  font-size: 14px;
  line-height: 22px;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
  font-weight: normal;
  font-family: "Open Sans";
  padding-right: 15px;
}
.brands-overview .brands-container .brand ul a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .brands-overview .brands-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .brands-overview .brands-container .brand {
    width: 100%;
    font-size: 15px;
    margin: 0px;
    padding: 10px 25px;
    border-bottom: 1px solid #e5eaec;
  }
  .brands-overview .brands-container .brand .letter-text {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
  }
  .brands-overview .brands-container .brand .letter-text:after {
    content: " ";
    background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_lightgreen.svg");
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position: center;
    height: 8px;
    width: 14px;
    display: block;
    position: absolute;
    transform: rotate(0deg);
    top: 8px;
    right: 18px;
  }
  .brands-overview .brands-container .brand ul {
    margin: 15px 0 0 0;
  }
  .brands-overview .brands-container .brand ul li {
    margin: 10px 0px;
  }
  .brands-overview .brands-container .brand ul li a {
    text-decoration: underline;
  }
  .brands-overview .brands-container .brand.mobile-collapsed ul {
    display: none;
  }
  .brands-overview .brands-container .brand.mobile-expanded .letter-text:after {
    transform: rotate(180deg);
    background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_grey.svg");
  }
}

.form-wrapper form {
  max-width: 1100px;
  margin: auto;
  padding: 50px 50px 60px 90px;
  display: table;
  width: 100%;
  color: #262626;
}
@media (max-width: 767px) {
  .form-wrapper form {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    display: block;
  }
}
.form-wrapper form textarea {
  border: 1px solid #E5EAEC;
  border-radius: 3px;
  min-height: 180px;
  width: 100%;
  resize: none;
  margin-bottom: 15px;
}
.form-wrapper form .left-section {
  width: 47%;
  float: left;
  padding-right: 15px;
  text-align: left;
  max-width: 395px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .form-wrapper form .left-section {
    padding-left: 0;
    max-width: none;
    width: 100%;
    float: none;
  }
}
.form-wrapper form .left-section h3 {
  margin-bottom: 25px;
}
.form-wrapper form .left-section p {
  margin: 0;
  font-weight: 300;
}
.form-wrapper form .right-section {
  width: 50%;
  float: right;
  text-align: left;
  max-width: 440px;
}
@media (max-width: 767px) {
  .form-wrapper form .right-section {
    width: 100%;
    max-width: none;
    margin-top: 35px;
    float: none;
  }
}
.form-wrapper form .right-section label {
  font-size: 14px;
  line-height: 22px;
  margin-top: 2px;
}
.form-wrapper form .right-section input {
  margin-top: 2px;
}
.form-wrapper form .right-section input.submit-btn {
  width: 180px;
  height: 44px;
  background-color: #00A973;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.form-wrapper form .right-section .button, .form-wrapper form .right-section .herobanner .cta-block a, .herobanner .cta-block .form-wrapper form .right-section a {
  width: 180px;
  margin: 0;
}
.form-wrapper form .right-section .field-validation-error {
  display: block;
}
.form-wrapper form .right-section .field-validation-error:last-of-type {
  bottom: 5px;
}
.form-wrapper form .g-recaptcha {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .form-wrapper form .g-recaptcha {
    max-width: 100%;
    overflow: hidden;
    border-right: 1px solid #d3d3d3;
  }
}

#contact-tabs {
  text-align: center;
  overflow: hidden;
}
#contact-tabs ul {
  margin: 0 -28px 60px;
  padding: 0;
}
#contact-tabs ul .tab {
  position: relative;
  border: 1px solid #00ab7f;
  border-radius: 4px;
  background-color: #FBFCFD;
  display: inline-block;
  margin: 0 24px;
  width: calc(33% - 52px);
  max-width: 330px;
  text-align: center;
}
#contact-tabs ul .tab a {
  color: #687278;
}
#contact-tabs ul .tab .title {
  height: 170px;
  position: relative;
}
#contact-tabs ul .tab .title h4 {
  margin: 0 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: calc(100% - 60px);
}
#contact-tabs ul .tab .icon {
  height: 100px;
  width: auto;
  margin: 60px auto 0;
  background-repeat: no-repeat;
  background-position-x: center;
}
#contact-tabs ul .tab.ui-tabs-active {
  background-color: #00ab7f;
}
#contact-tabs ul .tab.ui-tabs-active a {
  color: #ffffff;
}
@media (min-width: 768px) {
  #contact-tabs ul .tab.ui-tabs-active::after {
    content: "";
    position: absolute;
    left: calc(50% - 24px);
    top: 100%;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 22px solid #00ab7f;
    clear: both;
  }
}
#contact-tabs .tab-content {
  display: none;
  margin: auto;
  background-color: #F6F8FA;
}
#contact-tabs .tab-content.selected {
  display: block;
}
#contact-tabs .tab-content .arrow-down {
  position: relative;
  height: 13px;
}
#contact-tabs .tab-content .arrow-down::before {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  top: 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 13px solid #00ab7f;
  clear: both;
}
#contact-tabs .tab-content form {
  max-width: 1100px;
  margin: auto;
  padding: 50px 50px 60px 90px;
  display: table;
  width: 100%;
  color: #262626;
}
@media (max-width: 767px) {
  #contact-tabs .tab-content form {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    display: block;
  }
}
#contact-tabs .tab-content form textarea {
  border: 1px solid #E5EAEC;
  border-radius: 3px;
  min-height: 180px;
  width: 100%;
  resize: none;
  margin-bottom: 15px;
}
#contact-tabs .tab-content form .left-section {
  width: 47%;
  float: left;
  padding-right: 15px;
  text-align: left;
  max-width: 395px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  #contact-tabs .tab-content form .left-section {
    padding-left: 0;
    max-width: none;
    width: 100%;
    float: none;
  }
}
#contact-tabs .tab-content form .left-section h3 {
  margin-bottom: 25px;
}
#contact-tabs .tab-content form .left-section p {
  margin: 0;
  font-weight: 300;
}
#contact-tabs .tab-content form .right-section {
  width: 50%;
  float: right;
  text-align: left;
  max-width: 440px;
}
@media (max-width: 767px) {
  #contact-tabs .tab-content form .right-section {
    width: 100%;
    max-width: none;
    margin-top: 35px;
    float: none;
  }
}
#contact-tabs .tab-content form .right-section label {
  font-size: 14px;
  line-height: 22px;
  margin-top: 2px;
}
#contact-tabs .tab-content form .right-section input {
  margin-top: 2px;
}
#contact-tabs .tab-content form .right-section input.submit-btn {
  width: 180px;
  height: 44px;
  background-color: #00A973;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: pointer;
}
#contact-tabs .tab-content form .right-section .button, #contact-tabs .tab-content form .right-section .herobanner .cta-block a, .herobanner .cta-block #contact-tabs .tab-content form .right-section a {
  width: 180px;
  margin: 0;
}
#contact-tabs .tab-content form .right-section .field-validation-error {
  display: block;
}
#contact-tabs .tab-content form .right-section .field-validation-error:last-of-type {
  bottom: 5px;
}
#contact-tabs .tab-content form .g-recaptcha {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #contact-tabs .tab-content form .g-recaptcha {
    max-width: 100%;
    overflow: hidden;
    border-right: 1px solid #d3d3d3;
  }
}
@media (max-width: 959px) {
  #contact-tabs ul {
    margin: 0 -10px 45px;
  }
  #contact-tabs ul .tab {
    margin: 0 9px;
    width: calc(33% - 22px);
  }
  #contact-tabs ul .tab h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  #contact-tabs {
    margin: 0 auto 45px;
    padding: 0 13px;
  }
  #contact-tabs ul {
    margin: 0 0 18px;
  }
  #contact-tabs ul .tab {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 10px 0;
  }
  #contact-tabs ul .tab .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-size: 40px;
    background-position-y: center;
  }
  #contact-tabs ul .tab .title {
    height: 78px;
  }
  #contact-tabs ul .tab .title h4 {
    font-family: "Open Sans", sans-serif;
    width: calc(100% - 100px);
    margin: 0 20px 0 80px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
}

.icon.logo {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/contact_logo_green.svg");
}
.ui-tabs-active .icon.logo {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/contact_logo_white.svg");
}

.icon.box {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/contact_box_green.svg");
}
.ui-tabs-active .icon.box {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/contact_box_white.svg");
}

.icon.quote {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/contact_quote_green.svg");
}
.ui-tabs-active .icon.quote {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/contact_quote_white.svg");
}

.basket {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .basket {
    position: relative;
  }
}
.basket.center {
  text-align: center;
}
.basket h2 {
  padding-bottom: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .basket h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 15px;
  }
}
.basket #rxbasket-delete-link, .basket #rxbasket-edit-link {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  position: relative;
  top: -9px;
  margin-right: 5px;
  cursor: pointer;
}
.basket .orderline {
  padding: 30px 0;
  border-top: 1px solid #E5EAEC;
  border-bottom: 1px solid #E5EAEC;
  position: relative;
}
.basket .orderline .product-badge {
  right: auto;
  left: calc(18.727272% - 41px);
}
.basket .orderline .product-badge.SplashOnly {
  left: calc(18.727272% - 73px);
  top: 33px;
}
@media screen and (max-width: 767px) {
  .basket .orderline .product-badge {
    left: 94px;
  }
}
@media (max-width: 480px) {
  .basket .orderline .product-badge {
    left: 71px;
    top: 14px;
  }
}
.basket .orderline .product-badge .primary {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding-top: 11px;
  background-size: 100%;
}
.basket .orderline .product-badge .primary .badgetext {
  margin: 0;
}
@media (max-width: 480px) {
  .basket .orderline .product-badge .primary .value {
    margin-top: 5px;
  }
}
.basket .orderline .product-badge .secondary {
  display: none;
}
.basket .orderline .product-img {
  max-width: 18.727272%;
  box-sizing: border-box;
  float: left;
  margin-right: 3.636363%;
  display: grid;
  position: relative;
  padding: 35px;
}
.basket .orderline .product-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 114, 120, 0.05);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .basket .orderline .product-img {
    min-width: 135px;
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .basket .orderline .product-img {
    min-width: 100px;
  }
}
.basket .orderline .product-img img {
  width: 100%;
  height: auto;
}
.basket .orderline .product-overview {
  float: left;
  max-width: 77.636363%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .basket .orderline .product-overview {
    max-width: 62%;
    width: auto;
    position: static;
  }
}
.basket .orderline .product-overview p {
  margin: 0;
  color: #262626;
}
.basket .orderline .product-overview p.non-discounted {
  color: #E66C57;
}
.basket .orderline .product-overview p.non-discounted.unit-price {
  right: 42.740046%;
}
.basket .orderline .product-overview .details {
  float: left;
  margin-right: 26.346604%;
}
@media screen and (max-width: 767px) {
  .basket .orderline .product-overview .details {
    margin-right: 0;
  }
}
.basket .orderline .product-overview .details .brand {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .basket .orderline .product-overview .details .brand {
    font-size: 12px;
    line-height: 17px;
    color: #000000;
  }
}
.basket .orderline .product-overview .details .name {
  font-weight: bold;
  margin-bottom: 5px;
}
.basket .orderline .product-overview .details .item-num {
  font-size: 12px;
  line-height: 16px;
  color: #687278;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .basket .orderline .product-overview .details .item-num {
    margin-bottom: 5px;
    line-height: 14px;
  }
}
.basket .orderline .product-overview .details .strength, .basket .orderline .product-overview .details .unit-price, .basket .orderline .product-overview .details .group {
  font-size: 12px;
  color: #000000;
  line-height: 17px;
}
.basket .orderline .product-overview .details .group {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .basket .orderline .product-overview .details .group {
    margin-bottom: 5px;
  }
}
.basket .orderline .product-overview .details .stock-status, .basket .orderline .product-overview .details .coupon, .basket .orderline .product-overview .details .campaign-exempt-disclaimer {
  color: #E66C57;
  font-size: 12px;
  line-height: 22px;
}
.basket .orderline .product-overview .details .stock-status a, .basket .orderline .product-overview .details .coupon a, .basket .orderline .product-overview .details .campaign-exempt-disclaimer a {
  color: #E66C57 !important;
  text-decoration: underline;
}
.basket .orderline .product-overview .details .remove-item {
  color: #687278;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .basket .orderline .product-overview .details .remove-item {
    font-size: 12px;
    line-height: 22px;
    top: auto;
  }
}
.basket .orderline .price {
  position: absolute;
  top: 82px;
  right: 42.740046%;
}
@media screen and (max-width: 767px) {
  .basket .orderline .price {
    position: static;
    float: left;
  }
}
.basket .orderline .counter {
  width: 145px;
  position: absolute;
  right: 17.157994%;
  top: 70px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .basket .orderline .counter {
    bottom: 0;
    top: auto;
    right: 40%;
  }
}
@media screen and (max-width: 480px) {
  .basket .orderline .counter {
    right: 27%;
  }
}
.basket .orderline .counter .minus, .basket .orderline .counter .plus {
  width: 40px;
  cursor: pointer;
}
.basket .orderline .counter .minus img, .basket .orderline .counter .plus img {
  max-width: 100%;
  vertical-align: top;
}
.basket .orderline .counter .qty {
  position: static;
  background-color: #fff;
  margin: 0 5px;
  width: 55px;
}
.basket .orderline .qty {
  position: absolute;
  right: 21.662763%;
  top: 70px;
  background-color: #FBFCFD;
  height: 44px;
  border-radius: 3px;
  width: 59px;
  border: 1px solid #E5EAEC;
  text-align: center;
  -moz-appearance: textfield;
  padding: 1px 2px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .basket .orderline .qty {
    bottom: 0;
    top: auto;
    right: 50%;
  }
}
@media screen and (max-width: 480px) {
  .basket .orderline .qty {
    right: 40%;
  }
}
.basket .orderline .non-discounted {
  color: #E66C57;
  text-decoration: line-through;
  position: absolute;
  right: 0;
  top: 55px;
}
@media screen and (max-width: 767px) {
  .basket .orderline .non-discounted {
    top: -25px;
  }
  .basket .orderline .non-discounted.unit-price {
    right: auto;
  }
}
.basket .orderline .discounted {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .basket .orderline .discounted {
    position: static;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .basket .orderline .price-block {
    display: none;
  }
}
.basket .orderline .price-block.mobile {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .basket .orderline .price-block.mobile {
    display: none;
  }
}
.basket .orderline:not(:first-child) {
  margin-top: -1px;
}
.basket .left-content-container {
  display: inline-block;
  max-width: calc(100% - 350px);
}
@media screen and (max-width: 767px) {
  .basket .left-content-container {
    display: block;
    max-width: 100%;
  }
}
.basket .coupon-code-container {
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .basket .coupon-code-container {
    margin-top: 0;
    background-color: #FBFCFD;
    text-align: center;
    border-bottom: 1px solid #E5EAEC;
    padding: 16px 0 21px;
  }
}
.basket .coupon-code-container #basket-couponcode-init {
  display: inline-block;
  color: #687278;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
  vertical-align: top;
}
.basket .coupon-code-container #basket-couponcode-icon {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin: 2px 0 2px 1px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  padding-top: 1px;
}
.basket .coupon-code-container #basket-couponcode-icon img {
  width: 16px;
  height: auto;
  vertical-align: top;
}
.basket .coupon-code-container #basket-couponcode-input {
  padding: 15px 0 25px;
  margin: 0 -5px;
  font-size: 0;
}
.basket .coupon-code-container #basket-couponcode-input input[type=text] {
  width: 200px;
  border: 1px solid #E5EAEC;
  border-radius: 3px;
  background-color: #FBFCFD;
  padding: 6px 14px 6px;
  line-height: 22px;
  margin: 0 5px;
  vertical-align: top;
}
.basket .coupon-code-container #basket-couponcode-input input[type=text]::placeholder {
  color: #687278;
  font-style: italic;
}
.basket .coupon-code-container #basket-couponcode-input button {
  margin: 0 5px;
  min-width: 90px;
  background-color: rgba(38, 38, 38, 0.9);
  vertical-align: top;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .basket .coupon-code-container #basket-couponcode-input {
    padding: 21px 0 0;
  }
  .basket .coupon-code-container #basket-couponcode-input input[type=text] {
    width: 194px;
    background-color: #FFFFFF;
  }
  .basket .coupon-code-container #basket-couponcode-input button {
    min-width: 101px;
  }
}
.basket .coupon-code-container #basket-couponcode-error {
  margin-top: -25px;
  font-size: 12px;
  line-height: 22px;
  color: #E66C57;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .basket .coupon-code-container #basket-couponcode-error {
    padding-bottom: 0;
    max-width: 305px;
    margin: 0 auto;
    text-align: left;
  }
}
.basket .coupon-code-container .added-coupon-icon {
  height: 21px;
  width: 21px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.basket .coupon-code-container .added-coupon-icon img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.basket .coupon-code-container .added-coupon-text {
  margin-right: 3px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  vertical-align: top;
}
.basket .coupon-code-container #basket-couponcode-remove-all {
  text-decoration: underline;
  cursor: pointer;
  color: #687278;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}
.basket .payment-methods {
  margin-top: 30px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .basket .payment-methods {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .basket .payment-methods.shift {
    bottom: -10px;
  }
}
.basket .price-container, .basket .rx-link-container {
  float: right;
  width: 350px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .basket .price-container, .basket .rx-link-container {
    float: none;
    width: 100%;
  }
}
.basket .price-container #basket-prices p, .basket .price-container #rx-basket-prices p, .basket .rx-link-container #basket-prices p, .basket .rx-link-container #rx-basket-prices p {
  margin: 0;
  width: 50%;
  display: inline-block;
  float: left;
  color: #262626;
  margin-bottom: 2px;
}
.basket .price-container #basket-prices p.totals, .basket .price-container #rx-basket-prices p.totals, .basket .rx-link-container #basket-prices p.totals, .basket .rx-link-container #rx-basket-prices p.totals {
  font-weight: bold;
}
.basket .price-container #basket-prices p:nth-child(even), .basket .price-container #rx-basket-prices p:nth-child(even), .basket .rx-link-container #basket-prices p:nth-child(even), .basket .rx-link-container #rx-basket-prices p:nth-child(even) {
  text-align: right;
}
.basket .price-container #basket-prices .discount, .basket .price-container #basket-prices .vat, .basket .price-container #rx-basket-prices .discount, .basket .price-container #rx-basket-prices .vat, .basket .rx-link-container #basket-prices .discount, .basket .rx-link-container #basket-prices .vat, .basket .rx-link-container #rx-basket-prices .discount, .basket .rx-link-container #rx-basket-prices .vat {
  border-bottom: 1px solid #E5EAEC;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.basket .price-container #basket-prices .vat, .basket .price-container #rx-basket-prices .vat, .basket .rx-link-container #basket-prices .vat, .basket .rx-link-container #rx-basket-prices .vat {
  margin-bottom: 0;
}
.basket .price-container .button-container, .basket .rx-link-container .button-container {
  text-align: center;
}
.basket .price-container .button-container a.button, .basket .price-container .button-container .herobanner .cta-block a, .herobanner .cta-block .basket .price-container .button-container a, .basket .rx-link-container .button-container a.button, .basket .rx-link-container .button-container .herobanner .cta-block a, .herobanner .cta-block .basket .rx-link-container .button-container a {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .basket .price-container .button-container a.button, .basket .price-container .button-container .herobanner .cta-block a, .herobanner .cta-block .basket .price-container .button-container a, .basket .rx-link-container .button-container a.button, .basket .rx-link-container .button-container .herobanner .cta-block a, .herobanner .cta-block .basket .rx-link-container .button-container a {
    margin-bottom: 50px;
  }
}
.basket .price-container .button-container a.button .mobile, .basket .price-container .button-container .herobanner .cta-block a .mobile, .herobanner .cta-block .basket .price-container .button-container a .mobile, .basket .rx-link-container .button-container a.button .mobile, .basket .rx-link-container .button-container .herobanner .cta-block a .mobile, .herobanner .cta-block .basket .rx-link-container .button-container a .mobile {
  display: none;
}
.basket .price-container .button-container .cont-shop, .basket .rx-link-container .button-container .cont-shop {
  color: #00AB7F;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
}
.basket .price-container .button-container .cont-shop:hover, .basket .rx-link-container .button-container .cont-shop:hover {
  color: #00705B;
}
@media screen and (max-width: 767px) {
  .basket .price-container .button-container .cont-shop, .basket .rx-link-container .button-container .cont-shop {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .basket .price-container .button-container.stuck, .basket .rx-link-container .button-container.stuck {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
  .basket .price-container .button-container.stuck a.button, .basket .price-container .button-container.stuck .herobanner .cta-block a, .herobanner .cta-block .basket .price-container .button-container.stuck a, .basket .rx-link-container .button-container.stuck a.button, .basket .rx-link-container .button-container.stuck .herobanner .cta-block a, .herobanner .cta-block .basket .rx-link-container .button-container.stuck a {
    height: 60px;
    margin-bottom: 0;
    border-radius: unset;
  }
  .basket .price-container .button-container.stuck a.button p, .basket .price-container .button-container.stuck .herobanner .cta-block a p, .herobanner .cta-block .basket .price-container .button-container.stuck a p, .basket .rx-link-container .button-container.stuck a.button p, .basket .rx-link-container .button-container.stuck .herobanner .cta-block a p, .herobanner .cta-block .basket .rx-link-container .button-container.stuck a p {
    display: block;
  }
  .basket .price-container .button-container.stuck a.button p.mobile, .basket .price-container .button-container.stuck .herobanner .cta-block a p.mobile, .herobanner .cta-block .basket .price-container .button-container.stuck a p.mobile, .basket .rx-link-container .button-container.stuck a.button p.mobile, .basket .rx-link-container .button-container.stuck .herobanner .cta-block a p.mobile, .herobanner .cta-block .basket .rx-link-container .button-container.stuck a p.mobile {
    line-height: 21px;
    font-size: 12px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    font-weight: normal;
  }
}
.basket .rx-basket-bottom {
  padding-bottom: 13.5px;
  border-bottom: 1px solid #E5EAEC;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}
.basket .rx-basket-bottom:after {
  content: "";
  display: table;
  clear: both;
}
.basket .rx-basket-bottom .left-content-container {
  width: calc(100% - 350px);
}
@media screen and (max-width: 767px) {
  .basket .rx-basket-bottom .left-content-container {
    width: 100%;
  }
}
.basket .rx-basket-bottom .left-content-container h2 {
  font-family: "Open Sans";
  font-size: 1em;
  line-height: 1.5;
  padding-bottom: 2px;
}
.basket .rx-basket-bottom .left-content-container span {
  font-size: 12px;
  line-height: 17px;
  display: block;
}
.basket .rx-basket-bottom .rx-link-container {
  margin-top: 0;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .basket .rx-basket-bottom .rx-link-container {
    margin-top: 30px;
  }
}
.basket .rx-basket-bottom .rx-link-container .add-rx-medicin-btn {
  min-width: 200px;
  display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.basket-error {
  background-color: #E66C57;
  color: white;
  margin-bottom: 75px;
  font-size: 14px;
  line-height: 22px;
}
.basket-error div {
  max-width: 800px;
  margin: auto;
  padding: 14px 20px;
  position: relative;
}
.basket-error img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.basket-error span {
  padding-left: 35px;
  display: block;
}
@media screen and (max-width: 480px) {
  .basket-error {
    margin-bottom: 20px;
  }
}

#minicart-container {
  z-index: 1;
  display: none;
  position: fixed;
  top: 113px;
  right: 0;
  max-width: 520px;
  background-color: #FFFFFF;
  color: #262626;
  padding-top: 25px;
  box-sizing: border-box;
  /*border-left: 1px solid #E5EAEC;
  border-bottom: 1px solid #E5EAEC;*/
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  max-height: 87%;
}
@media screen and (max-width: 480px) {
  #minicart-container {
    display: none;
  }
}
#minicart-container .empty-basket-header {
  text-align: center;
}
#minicart-container .close {
  transform: rotate(135deg);
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
#minicart-container p {
  margin: 0;
}
#minicart-container #minibasket-title {
  text-align: center;
}
#minicart-container #minibasket-title p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#minicart-container .orderline {
  min-height: 185px;
  border-bottom: 1px solid #E5EAEC;
  position: relative;
  padding: 0 30px;
  padding-top: 20px;
}
#minicart-container .orderline .product-badge {
  width: 43px;
  height: 43px;
  top: 6px;
  right: auto;
  left: calc(22.004357% - 14px);
}
#minicart-container .orderline .product-badge .primary {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding-top: 7px;
  background-size: 100%;
}
#minicart-container .orderline .product-badge .primary .badgetext {
  margin: 0;
}
#minicart-container .orderline .product-badge .secondary {
  display: none;
}
#minicart-container .orderline .product-badge.SplashOnly {
  display: none;
}
#minicart-container .orderline .product-badge.DiscountOffAmount .badgetext, #minicart-container .orderline .product-badge.DiscountOffPercentage .badgetext {
  font-size: 10px;
  line-height: 1;
}
#minicart-container .orderline .product-badge.DiscountOffAmount .value span:first-child, #minicart-container .orderline .product-badge.DiscountOffPercentage .value span:first-child {
  font-size: 18px;
  line-height: 20px;
}
#minicart-container .orderline .product-badge.DiscountOffAmount .value span:last-child, #minicart-container .orderline .product-badge.DiscountOffPercentage .value span:last-child {
  font-size: 8px;
  bottom: 7px;
  margin-left: -4px;
}
#minicart-container .orderline .product-badge.StandardCampaign .badgetext, #minicart-container .orderline .product-badge.OnlinePriceCampaign .badgetext {
  line-height: 12px;
  font-size: 10px;
}
#minicart-container .orderline .product-badge.NewProduct .badgetext, #minicart-container .orderline .product-badge.online-only .badgetext {
  line-height: 9px;
  font-size: 8px;
}
#minicart-container .orderline a {
  background-color: transparent;
  height: auto;
  width: auto;
  font-weight: 600;
  line-height: 22px;
  font-size: 13px;
  color: #00AB7F;
  text-transform: uppercase;
  margin: 0;
}
#minicart-container .orderline a:hover {
  color: #00705B;
}
#minicart-container .orderline a:before {
  display: none;
}
#minicart-container .orderline .product-img {
  max-width: 22.004357%;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  float: left;
  margin-right: 20px;
}
#minicart-container .orderline .product-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 114, 120, 0.05);
  z-index: 1;
}
#minicart-container .orderline .product-img img {
  width: 100%;
  height: auto;
}
#minicart-container .orderline .details {
  display: inline-block;
  margin-bottom: 65px;
}
#minicart-container .orderline .details.discount-show {
  margin-bottom: 85px;
}
#minicart-container .orderline .details .brand {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
#minicart-container .orderline .details .name, #minicart-container .orderline .details .strength, #minicart-container .orderline .details .group {
  color: #000000;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 5px;
}
#minicart-container .orderline .details .message {
  color: #E66C57;
  font-size: 12px;
  line-height: 17px;
}
#minicart-container .orderline .price, #minicart-container .orderline input, #minicart-container .orderline .discounted, #minicart-container .orderline .non-discounted {
  bottom: 28px;
  left: 0;
  position: absolute;
}
#minicart-container .orderline .price {
  left: 151px;
}
#minicart-container .orderline input {
  text-align: center;
  width: 54.8px;
  height: 44px;
  border: 1px solid #E5EAEC;
  border-radius: 3px;
  position: static;
  color: #687278;
  -moz-appearance: textfield;
  margin: 0 5px;
}
#minicart-container .orderline .discounted {
  right: 30px;
  left: auto;
  font-weight: bold;
}
#minicart-container .orderline .non-discounted {
  right: 30px;
  left: auto;
  color: #E66C57;
  text-decoration: line-through;
  bottom: 55px;
}
#minicart-container .orderline .non-discounted.unit-price {
  right: auto;
  left: 151px;
}
#minicart-container .orderline .counter {
  left: 230px;
  bottom: 23px;
  position: absolute;
  width: 145px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
#minicart-container .orderline .counter .minus, #minicart-container .orderline .counter .plus {
  /*position: absolute;*/
  width: 40px;
  cursor: pointer;
  line-height: 0;
  /*left: 0;
  top: 50%;
  transform: translateY(-50%);*/
}
#minicart-container .orderline .counter .minus img, #minicart-container .orderline .counter .plus img {
  width: 100%;
}
#minicart-container .orderline .counter .plus {
  left: auto;
  right: 0;
}
#minicart-container #minibasket-prices, #minicart-container .btn-container {
  background-color: #F6F8FA;
  padding: 15px 30px 20px 30px;
}
#minicart-container #minibasket-prices p, #minicart-container .btn-container p {
  margin: 0;
  width: 50%;
  display: inline-block;
  float: left;
  margin-bottom: 2px;
}
#minicart-container #minibasket-prices p.price, #minicart-container .btn-container p.price {
  font-weight: bold;
}
#minicart-container #minibasket-prices p.vat, #minicart-container .btn-container p.vat {
  color: #687278;
  font-size: 12px;
  line-height: 16px;
}
#minicart-container #minibasket-prices p:nth-child(even), #minicart-container .btn-container p:nth-child(even) {
  text-align: right;
}
#minicart-container #minibasket-prices p.goal, #minicart-container .btn-container p.goal {
  width: 85%;
  text-align: center;
}
#minicart-container #minibasket-prices p.goal.shorttext, #minicart-container .btn-container p.goal.shorttext {
  display: block;
}
#minicart-container #minibasket-prices p.goal.longtext, #minicart-container .btn-container p.goal.longtext {
  display: none;
}
#minicart-container #minibasket-prices #freeshippingadvertise .disclaimer, #minicart-container .btn-container #freeshippingadvertise .disclaimer {
  display: none;
}
#minicart-container #minibasket-prices div, #minicart-container .btn-container div {
  text-align: center;
}
#minicart-container #minibasket-prices div p, #minicart-container .btn-container div p {
  color: #687278;
  font-size: 14px;
  line-height: 22px;
  float: none;
}
#minicart-container #minibasket-prices div p:nth-child(2), #minicart-container .btn-container div p:nth-child(2) {
  font-size: 10px;
  line-height: 12px;
  width: 60%;
  text-align: center;
  padding-top: 2%;
}
#minicart-container .ship-msg {
  background-color: #d9eae7;
  padding: 21px 20px 20px 67px;
  position: relative;
  text-align: left;
  width: calc(100% - 60px);
  margin: 21px auto 20px;
}
#minicart-container .ship-msg img.icon {
  position: absolute;
  width: 33px;
  left: 17px;
  top: 21px;
}
#minicart-container .ship-msg p {
  text-align: left;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
  width: 100%;
}
#minicart-container .ship-msg p.title {
  text-align: left;
  padding: 0;
  margin: 0 0 1px;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #262626;
}
#minicart-container .ship-msg p.goal.shorttext {
  display: block;
}
#minicart-container .ship-msg p.goal.longtext {
  display: none;
}
#minicart-container .ship-msg .disclaimer {
  display: none;
}
#minicart-container #minibasket-prices {
  padding-bottom: 0;
}
#minicart-container .btn-container a.button, #minicart-container .btn-container .herobanner .cta-block a, .herobanner .cta-block #minicart-container .btn-container a {
  height: 44px;
  font-size: 13px;
  border-radius: 3px;
  background-color: #00A973;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #ffffff;
  min-width: 160px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: 0;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#minicart-container .btn-container a.button:before, #minicart-container .btn-container .herobanner .cta-block a:before, .herobanner .cta-block #minicart-container .btn-container a:before {
  display: none;
}

.ui-dialog[aria-describedby=basket-couponcode-popup] {
  padding: 40px 50px;
}
.ui-dialog[aria-describedby=basket-couponcode-popup] #basket-couponcode-popup .invalid-text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.ui-dialog[aria-describedby=basket-couponcode-popup] #basket-couponcode-popup .buttons {
  background-color: #FFFFFF;
  padding: 10px 0 30px;
}

.freeshippingadvertise {
  text-align: left;
  background-color: #d9eae7;
  padding: 17px 42px 12px 67px;
  position: relative;
  margin-right: 62px;
  margin-top: 38px;
}
.product-details .freeshippingadvertise {
  background-color: #00705b;
  text-align: center;
  padding: 9px 16px 7px 16px;
}
.product-details .freeshippingadvertise p {
  color: #ffffff;
}
.product-details .freeshippingadvertise p.title {
  display: none;
}
.product-details .freeshippingadvertise p.disclaimer {
  display: none;
}
.product-details .freeshippingadvertise img.icon {
  filter: brightness(0) invert(1);
  width: 33px;
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
}
.product-details .freeshippingadvertise .goal.shorttext {
  margin-left: 10px;
  display: inline-block;
  vertical-align: super;
}
.freeshippingadvertise.mobile {
  display: none;
}
.freeshippingadvertise img.icon {
  width: 33px;
  position: absolute;
  left: 17px;
  top: 17px;
}
.freeshippingadvertise p {
  color: #262626;
  font-size: 16px;
  line-height: 1.5;
  float: none;
  margin: 0;
}
.freeshippingadvertise p.title {
  font-weight: bold;
}
.freeshippingadvertise p.disclaimer {
  font-size: 12px;
  line-height: 1.42;
  margin-top: 4px;
}
.freeshippingadvertise {
  /*p:nth-child(2) {
          font-size: 10px;
          line-height: 12px;
      }*/
}
.freeshippingadvertise .goal.shorttext {
  display: none;
}
.freeshippingadvertise .goal.longtext {
  display: block;
}
@media screen and (max-width: 767px) {
  .freeshippingadvertise {
    margin: 20px -1px 0;
    clear: both;
    padding: 18px 16px 17px 57px;
  }
  .freeshippingadvertise.desktop {
    display: none;
  }
  .freeshippingadvertise.mobile {
    display: block;
  }
  .freeshippingadvertise img.icon {
    left: 12px;
    top: 19px;
  }
  .freeshippingadvertise p.disclaimer {
    margin-top: 7px;
  }
  .freeshippingadvertise .goal.shorttext {
    display: block;
  }
  .freeshippingadvertise .goal.longtext {
    display: none;
  }
}

.pharmacy-opening-hours {
  max-width: 850px;
  margin: auto;
  margin-bottom: 90px;
  margin-top: 95px;
  color: #262626;
  text-align: center;
}
.pharmacy-opening-hours .opening-hours, .pharmacy-opening-hours .on-call-hours, .pharmacy-opening-hours .special-hours {
  width: 33%;
  display: inline-block;
  text-align: left;
}
.pharmacy-opening-hours .opening-hours p, .pharmacy-opening-hours .on-call-hours p, .pharmacy-opening-hours .special-hours p {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
.pharmacy-opening-hours .opening-hours .hours, .pharmacy-opening-hours .on-call-hours .hours, .pharmacy-opening-hours .special-hours .hours {
  text-align: right;
}
.pharmacy-opening-hours .opening-hours .hours.onCall:after, .pharmacy-opening-hours .on-call-hours .hours.onCall:after, .pharmacy-opening-hours .special-hours .hours.onCall:after {
  content: "*";
  position: absolute;
}
.pharmacy-opening-hours .opening-hours {
  padding-right: 40px;
}
.pharmacy-opening-hours .on-call-hours {
  padding: 0 20px;
}
.pharmacy-opening-hours .special-hours {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .pharmacy-opening-hours {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .pharmacy-opening-hours .opening-hours, .pharmacy-opening-hours .on-call-hours, .pharmacy-opening-hours .special-hours {
    width: 100%;
    padding: 0 92px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .pharmacy-opening-hours .opening-hours, .pharmacy-opening-hours .on-call-hours, .pharmacy-opening-hours .special-hours {
    width: 60%;
    padding: 0 15px;
    box-sizing: content-box;
    margin: auto;
    display: block;
    margin-bottom: 40px;
  }
}
.pharmacy-opening-hours .asterix-text {
  text-align: center;
  margin-top: 55px;
  font-size: 12px;
  line-height: 19px;
  color: #687278;
  margin-right: 0;
}
.pharmacy-opening-hours .day-line {
  margin-bottom: 5px;
}
.pharmacy-opening-hours .day-line .day {
  float: left;
}
.pharmacy-opening-hours .day-line .hours {
  float: right;
  font-weight: 300;
  min-width: 40%;
  text-align: left;
}
.pharmacy-opening-hours .special-hours .hours {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pharmacy-opening-hours .special-hours .hours {
    text-align: left;
  }
}

.pharmacy-address {
  color: #262626;
  margin-bottom: 105px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .pharmacy-address {
    padding: 0;
    margin-bottom: 65px;
  }
}
.pharmacy-address p {
  margin: 0;
}
.pharmacy-address .Image {
  float: left;
  margin-right: 25px;
  width: 350px;
  min-width: 350px;
}
@media screen and (max-width: 480px) {
  .pharmacy-address .Image {
    float: none;
    width: 100%;
    max-width: none;
    display: flex;
  }
}
.pharmacy-address .Image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .pharmacy-address .Image img {
    max-height: 375px;
  }
}
.pharmacy-address .Image .shareArticle {
  margin-top: 20px;
}
.pharmacy-address .Image .shareArticle a {
  margin-right: 5px;
}
.pharmacy-address .Image .shareArticle img {
  width: auto;
}
@media screen and (max-width: 480px) {
  .pharmacy-address .Image .shareArticle img {
    width: auto;
  }
}
.pharmacy-address .map .map-address {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .pharmacy-address .map {
    float: none;
    width: 100%;
    max-width: none;
  }
}
.pharmacy-address .map img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .pharmacy-address .map img {
    max-height: 375px;
  }
}
.pharmacy-address .map .shareArticle {
  margin-top: 20px;
}
.pharmacy-address .map .shareArticle a {
  margin-right: 5px;
}
.pharmacy-address .map .shareArticle img {
  width: auto;
}
.pharmacy-address .pharmacy-info {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .pharmacy-address .pharmacy-info {
    display: none;
  }
}
.pharmacy-address .pharmacy-info.mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .pharmacy-address .pharmacy-info.mobile {
    display: block;
    text-align: center;
  }
}
.pharmacy-address .pharmacy-info .address {
  margin-bottom: 20px;
}
.pharmacy-address .pharmacy-info .address p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}
.pharmacy-address .pharmacy-info .contact-info p:last-of-type {
  margin-bottom: 5px;
}
.pharmacy-address .pharmacy-info .contact-info a {
  color: #33BC99;
}
.pharmacy-address .pharmacy-info .contact-info a:hover {
  color: #00705B;
}
.pharmacy-address .connected-pharmacies {
  margin-top: 55px;
}
@media screen and (max-width: 480px) {
  .pharmacy-address .connected-pharmacies {
    text-align: center;
  }
}
.pharmacy-address .connected-pharmacies a {
  color: #33BC99;
  display: block;
}
.pharmacy-address .connected-pharmacies a:hover {
  color: #00705B;
}

.event-calender {
  background-color: rgba(0, 171, 127, 0.4);
  text-align: center;
  padding: 90px 0 120px 0;
  color: #262626;
}
.event-calender .container, .event-calender .rx-error-container, .event-calender .rx-checkout-container, .event-calender .richTextSpot.table1, .event-calender .richTextSpot.table2, .event-calender .richTextSpot.table3, .event-calender .richTextSpot.text-only, .event-calender .richTextSpot.text-narrow, .event-calender .categorySpot.table1, .event-calender .categorySpot.table2, .event-calender .categorySpot.table3, .event-calender .categorySpot.text-only, .event-calender .categorySpot.text-narrow {
  max-width: 900px;
}
@media screen and (max-width: 480px) {
  .event-calender .container, .event-calender .rx-error-container, .event-calender .rx-checkout-container, .event-calender .richTextSpot.table1, .event-calender .richTextSpot.table2, .event-calender .richTextSpot.table3, .event-calender .richTextSpot.text-only, .event-calender .richTextSpot.text-narrow, .event-calender .categorySpot.table1, .event-calender .categorySpot.table2, .event-calender .categorySpot.table3, .event-calender .categorySpot.text-only, .event-calender .categorySpot.text-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-calender h2 {
  margin-top: 0;
  margin-bottom: 45px;
}
.event-calender .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .event-calender {
    padding: 65px 0 50px 0;
  }
  .event-calender .text {
    margin-bottom: 50px;
  }
  .event-calender h2 {
    margin-bottom: 35px;
  }
}
.event-calender .events {
  max-width: 725px;
  margin: auto;
}
.event-calender .events .event {
  margin-bottom: 10px;
  position: relative;
}
.event-calender .events .event .dates {
  width: 100px;
  background-color: #00705B;
  height: 100px;
  float: left;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .event-calender .events .event .dates {
    width: 15%;
    min-width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 19px;
  }
}
.event-calender .events .event .dates .date-text {
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.event-calender .events .event .dates .date-text .border {
  border-bottom: 2px solid white;
  width: 15px;
  margin: 10px auto;
}
.event-calender .events .event .event-info {
  background-color: #ffffff;
  float: right;
  width: calc(100% - 110px);
  max-width: 615px;
  height: 100px;
  text-align: left;
  padding: 20px 25px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .event-calender .events .event .event-info {
    height: 80px;
    width: auto;
    float: none;
    max-width: none;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
}
.event-calender .events .event .event-info .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.event-calender .events .event .event-info .description {
  font-size: 14px;
  line-height: 22px;
  width: calc(100% - 40px);
  /*height: calc(100% - 20px);*/
}
@media screen and (max-width: 767px) {
  .event-calender .events .event .event-info .description {
    display: none;
  }
}
.event-calender .events .event img {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .event-calender .events .event img {
    display: none;
  }
}

.pharmacy-services {
  background-color: #D9EAE7;
  color: #262626;
}
.pharmacy-services .container, .pharmacy-services .rx-error-container, .pharmacy-services .rx-checkout-container, .pharmacy-services .richTextSpot.table1, .pharmacy-services .richTextSpot.table2, .pharmacy-services .richTextSpot.table3, .pharmacy-services .richTextSpot.text-only, .pharmacy-services .richTextSpot.text-narrow, .pharmacy-services .categorySpot.table1, .pharmacy-services .categorySpot.table2, .pharmacy-services .categorySpot.table3, .pharmacy-services .categorySpot.text-only, .pharmacy-services .categorySpot.text-narrow {
  display: flex;
  flex-wrap: wrap;
  padding-top: 75px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .pharmacy-services .container, .pharmacy-services .rx-error-container, .pharmacy-services .rx-checkout-container, .pharmacy-services .richTextSpot.table1, .pharmacy-services .richTextSpot.table2, .pharmacy-services .richTextSpot.table3, .pharmacy-services .richTextSpot.text-only, .pharmacy-services .richTextSpot.text-narrow, .pharmacy-services .categorySpot.table1, .pharmacy-services .categorySpot.table2, .pharmacy-services .categorySpot.table3, .pharmacy-services .categorySpot.text-only, .pharmacy-services .categorySpot.text-narrow {
    padding: 50px 20px 40px 20px;
  }
}
.pharmacy-services .container .delivery, .pharmacy-services .rx-error-container .delivery, .pharmacy-services .rx-checkout-container .delivery, .pharmacy-services .richTextSpot.table1 .delivery, .pharmacy-services .richTextSpot.table2 .delivery, .pharmacy-services .richTextSpot.table3 .delivery, .pharmacy-services .richTextSpot.text-only .delivery, .pharmacy-services .richTextSpot.text-narrow .delivery, .pharmacy-services .categorySpot.table1 .delivery, .pharmacy-services .categorySpot.table2 .delivery, .pharmacy-services .categorySpot.table3 .delivery, .pharmacy-services .categorySpot.text-only .delivery, .pharmacy-services .categorySpot.text-narrow .delivery, .pharmacy-services .container .pick-up, .pharmacy-services .rx-error-container .pick-up, .pharmacy-services .rx-checkout-container .pick-up, .pharmacy-services .richTextSpot.table1 .pick-up, .pharmacy-services .richTextSpot.table2 .pick-up, .pharmacy-services .richTextSpot.table3 .pick-up, .pharmacy-services .richTextSpot.text-only .pick-up, .pharmacy-services .richTextSpot.text-narrow .pick-up, .pharmacy-services .categorySpot.table1 .pick-up, .pharmacy-services .categorySpot.table2 .pick-up, .pharmacy-services .categorySpot.table3 .pick-up, .pharmacy-services .categorySpot.text-only .pick-up, .pharmacy-services .categorySpot.text-narrow .pick-up, .pharmacy-services .container .extra, .pharmacy-services .rx-error-container .extra, .pharmacy-services .rx-checkout-container .extra, .pharmacy-services .richTextSpot.table1 .extra, .pharmacy-services .richTextSpot.table2 .extra, .pharmacy-services .richTextSpot.table3 .extra, .pharmacy-services .richTextSpot.text-only .extra, .pharmacy-services .richTextSpot.text-narrow .extra, .pharmacy-services .categorySpot.table1 .extra, .pharmacy-services .categorySpot.table2 .extra, .pharmacy-services .categorySpot.table3 .extra, .pharmacy-services .categorySpot.text-only .extra, .pharmacy-services .categorySpot.text-narrow .extra {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.pharmacy-services .container .delivery h4, .pharmacy-services .rx-error-container .delivery h4, .pharmacy-services .rx-checkout-container .delivery h4, .pharmacy-services .richTextSpot.table1 .delivery h4, .pharmacy-services .richTextSpot.table2 .delivery h4, .pharmacy-services .richTextSpot.table3 .delivery h4, .pharmacy-services .richTextSpot.text-only .delivery h4, .pharmacy-services .richTextSpot.text-narrow .delivery h4, .pharmacy-services .categorySpot.table1 .delivery h4, .pharmacy-services .categorySpot.table2 .delivery h4, .pharmacy-services .categorySpot.table3 .delivery h4, .pharmacy-services .categorySpot.text-only .delivery h4, .pharmacy-services .categorySpot.text-narrow .delivery h4, .pharmacy-services .container .pick-up h4, .pharmacy-services .rx-error-container .pick-up h4, .pharmacy-services .rx-checkout-container .pick-up h4, .pharmacy-services .richTextSpot.table1 .pick-up h4, .pharmacy-services .richTextSpot.table2 .pick-up h4, .pharmacy-services .richTextSpot.table3 .pick-up h4, .pharmacy-services .richTextSpot.text-only .pick-up h4, .pharmacy-services .richTextSpot.text-narrow .pick-up h4, .pharmacy-services .categorySpot.table1 .pick-up h4, .pharmacy-services .categorySpot.table2 .pick-up h4, .pharmacy-services .categorySpot.table3 .pick-up h4, .pharmacy-services .categorySpot.text-only .pick-up h4, .pharmacy-services .categorySpot.text-narrow .pick-up h4, .pharmacy-services .container .extra h4, .pharmacy-services .rx-error-container .extra h4, .pharmacy-services .rx-checkout-container .extra h4, .pharmacy-services .richTextSpot.table1 .extra h4, .pharmacy-services .richTextSpot.table2 .extra h4, .pharmacy-services .richTextSpot.table3 .extra h4, .pharmacy-services .richTextSpot.text-only .extra h4, .pharmacy-services .richTextSpot.text-narrow .extra h4, .pharmacy-services .categorySpot.table1 .extra h4, .pharmacy-services .categorySpot.table2 .extra h4, .pharmacy-services .categorySpot.table3 .extra h4, .pharmacy-services .categorySpot.text-only .extra h4, .pharmacy-services .categorySpot.text-narrow .extra h4 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .pharmacy-services .container .delivery h4, .pharmacy-services .rx-error-container .delivery h4, .pharmacy-services .rx-checkout-container .delivery h4, .pharmacy-services .richTextSpot.table1 .delivery h4, .pharmacy-services .richTextSpot.table2 .delivery h4, .pharmacy-services .richTextSpot.table3 .delivery h4, .pharmacy-services .richTextSpot.text-only .delivery h4, .pharmacy-services .richTextSpot.text-narrow .delivery h4, .pharmacy-services .categorySpot.table1 .delivery h4, .pharmacy-services .categorySpot.table2 .delivery h4, .pharmacy-services .categorySpot.table3 .delivery h4, .pharmacy-services .categorySpot.text-only .delivery h4, .pharmacy-services .categorySpot.text-narrow .delivery h4, .pharmacy-services .container .pick-up h4, .pharmacy-services .rx-error-container .pick-up h4, .pharmacy-services .rx-checkout-container .pick-up h4, .pharmacy-services .richTextSpot.table1 .pick-up h4, .pharmacy-services .richTextSpot.table2 .pick-up h4, .pharmacy-services .richTextSpot.table3 .pick-up h4, .pharmacy-services .richTextSpot.text-only .pick-up h4, .pharmacy-services .richTextSpot.text-narrow .pick-up h4, .pharmacy-services .categorySpot.table1 .pick-up h4, .pharmacy-services .categorySpot.table2 .pick-up h4, .pharmacy-services .categorySpot.table3 .pick-up h4, .pharmacy-services .categorySpot.text-only .pick-up h4, .pharmacy-services .categorySpot.text-narrow .pick-up h4, .pharmacy-services .container .extra h4, .pharmacy-services .rx-error-container .extra h4, .pharmacy-services .rx-checkout-container .extra h4, .pharmacy-services .richTextSpot.table1 .extra h4, .pharmacy-services .richTextSpot.table2 .extra h4, .pharmacy-services .richTextSpot.table3 .extra h4, .pharmacy-services .richTextSpot.text-only .extra h4, .pharmacy-services .richTextSpot.text-narrow .extra h4, .pharmacy-services .categorySpot.table1 .extra h4, .pharmacy-services .categorySpot.table2 .extra h4, .pharmacy-services .categorySpot.table3 .extra h4, .pharmacy-services .categorySpot.text-only .extra h4, .pharmacy-services .categorySpot.text-narrow .extra h4 {
    margin-bottom: 20px;
  }
}
.pharmacy-services .container .delivery p, .pharmacy-services .rx-error-container .delivery p, .pharmacy-services .rx-checkout-container .delivery p, .pharmacy-services .richTextSpot.table1 .delivery p, .pharmacy-services .richTextSpot.table2 .delivery p, .pharmacy-services .richTextSpot.table3 .delivery p, .pharmacy-services .richTextSpot.text-only .delivery p, .pharmacy-services .richTextSpot.text-narrow .delivery p, .pharmacy-services .categorySpot.table1 .delivery p, .pharmacy-services .categorySpot.table2 .delivery p, .pharmacy-services .categorySpot.table3 .delivery p, .pharmacy-services .categorySpot.text-only .delivery p, .pharmacy-services .categorySpot.text-narrow .delivery p, .pharmacy-services .container .pick-up p, .pharmacy-services .rx-error-container .pick-up p, .pharmacy-services .rx-checkout-container .pick-up p, .pharmacy-services .richTextSpot.table1 .pick-up p, .pharmacy-services .richTextSpot.table2 .pick-up p, .pharmacy-services .richTextSpot.table3 .pick-up p, .pharmacy-services .richTextSpot.text-only .pick-up p, .pharmacy-services .richTextSpot.text-narrow .pick-up p, .pharmacy-services .categorySpot.table1 .pick-up p, .pharmacy-services .categorySpot.table2 .pick-up p, .pharmacy-services .categorySpot.table3 .pick-up p, .pharmacy-services .categorySpot.text-only .pick-up p, .pharmacy-services .categorySpot.text-narrow .pick-up p, .pharmacy-services .container .extra p, .pharmacy-services .rx-error-container .extra p, .pharmacy-services .rx-checkout-container .extra p, .pharmacy-services .richTextSpot.table1 .extra p, .pharmacy-services .richTextSpot.table2 .extra p, .pharmacy-services .richTextSpot.table3 .extra p, .pharmacy-services .richTextSpot.text-only .extra p, .pharmacy-services .richTextSpot.text-narrow .extra p, .pharmacy-services .categorySpot.table1 .extra p, .pharmacy-services .categorySpot.table2 .extra p, .pharmacy-services .categorySpot.table3 .extra p, .pharmacy-services .categorySpot.text-only .extra p, .pharmacy-services .categorySpot.text-narrow .extra p {
  font-size: 14px;
  line-height: 22px;
}
.pharmacy-services .container .delivery ul, .pharmacy-services .rx-error-container .delivery ul, .pharmacy-services .rx-checkout-container .delivery ul, .pharmacy-services .richTextSpot.table1 .delivery ul, .pharmacy-services .richTextSpot.table2 .delivery ul, .pharmacy-services .richTextSpot.table3 .delivery ul, .pharmacy-services .richTextSpot.text-only .delivery ul, .pharmacy-services .richTextSpot.text-narrow .delivery ul, .pharmacy-services .categorySpot.table1 .delivery ul, .pharmacy-services .categorySpot.table2 .delivery ul, .pharmacy-services .categorySpot.table3 .delivery ul, .pharmacy-services .categorySpot.text-only .delivery ul, .pharmacy-services .categorySpot.text-narrow .delivery ul, .pharmacy-services .container .pick-up ul, .pharmacy-services .rx-error-container .pick-up ul, .pharmacy-services .rx-checkout-container .pick-up ul, .pharmacy-services .richTextSpot.table1 .pick-up ul, .pharmacy-services .richTextSpot.table2 .pick-up ul, .pharmacy-services .richTextSpot.table3 .pick-up ul, .pharmacy-services .richTextSpot.text-only .pick-up ul, .pharmacy-services .richTextSpot.text-narrow .pick-up ul, .pharmacy-services .categorySpot.table1 .pick-up ul, .pharmacy-services .categorySpot.table2 .pick-up ul, .pharmacy-services .categorySpot.table3 .pick-up ul, .pharmacy-services .categorySpot.text-only .pick-up ul, .pharmacy-services .categorySpot.text-narrow .pick-up ul, .pharmacy-services .container .extra ul, .pharmacy-services .rx-error-container .extra ul, .pharmacy-services .rx-checkout-container .extra ul, .pharmacy-services .richTextSpot.table1 .extra ul, .pharmacy-services .richTextSpot.table2 .extra ul, .pharmacy-services .richTextSpot.table3 .extra ul, .pharmacy-services .richTextSpot.text-only .extra ul, .pharmacy-services .richTextSpot.text-narrow .extra ul, .pharmacy-services .categorySpot.table1 .extra ul, .pharmacy-services .categorySpot.table2 .extra ul, .pharmacy-services .categorySpot.table3 .extra ul, .pharmacy-services .categorySpot.text-only .extra ul, .pharmacy-services .categorySpot.text-narrow .extra ul {
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .pharmacy-services .container .delivery ul, .pharmacy-services .rx-error-container .delivery ul, .pharmacy-services .rx-checkout-container .delivery ul, .pharmacy-services .richTextSpot.table1 .delivery ul, .pharmacy-services .richTextSpot.table2 .delivery ul, .pharmacy-services .richTextSpot.table3 .delivery ul, .pharmacy-services .richTextSpot.text-only .delivery ul, .pharmacy-services .richTextSpot.text-narrow .delivery ul, .pharmacy-services .categorySpot.table1 .delivery ul, .pharmacy-services .categorySpot.table2 .delivery ul, .pharmacy-services .categorySpot.table3 .delivery ul, .pharmacy-services .categorySpot.text-only .delivery ul, .pharmacy-services .categorySpot.text-narrow .delivery ul, .pharmacy-services .container .pick-up ul, .pharmacy-services .rx-error-container .pick-up ul, .pharmacy-services .rx-checkout-container .pick-up ul, .pharmacy-services .richTextSpot.table1 .pick-up ul, .pharmacy-services .richTextSpot.table2 .pick-up ul, .pharmacy-services .richTextSpot.table3 .pick-up ul, .pharmacy-services .richTextSpot.text-only .pick-up ul, .pharmacy-services .richTextSpot.text-narrow .pick-up ul, .pharmacy-services .categorySpot.table1 .pick-up ul, .pharmacy-services .categorySpot.table2 .pick-up ul, .pharmacy-services .categorySpot.table3 .pick-up ul, .pharmacy-services .categorySpot.text-only .pick-up ul, .pharmacy-services .categorySpot.text-narrow .pick-up ul, .pharmacy-services .container .extra ul, .pharmacy-services .rx-error-container .extra ul, .pharmacy-services .rx-checkout-container .extra ul, .pharmacy-services .richTextSpot.table1 .extra ul, .pharmacy-services .richTextSpot.table2 .extra ul, .pharmacy-services .richTextSpot.table3 .extra ul, .pharmacy-services .richTextSpot.text-only .extra ul, .pharmacy-services .richTextSpot.text-narrow .extra ul, .pharmacy-services .categorySpot.table1 .extra ul, .pharmacy-services .categorySpot.table2 .extra ul, .pharmacy-services .categorySpot.table3 .extra ul, .pharmacy-services .categorySpot.text-only .extra ul, .pharmacy-services .categorySpot.text-narrow .extra ul {
    margin-bottom: 0;
  }
}
.pharmacy-services .container .delivery ul li, .pharmacy-services .rx-error-container .delivery ul li, .pharmacy-services .rx-checkout-container .delivery ul li, .pharmacy-services .richTextSpot.table1 .delivery ul li, .pharmacy-services .richTextSpot.table2 .delivery ul li, .pharmacy-services .richTextSpot.table3 .delivery ul li, .pharmacy-services .richTextSpot.text-only .delivery ul li, .pharmacy-services .richTextSpot.text-narrow .delivery ul li, .pharmacy-services .categorySpot.table1 .delivery ul li, .pharmacy-services .categorySpot.table2 .delivery ul li, .pharmacy-services .categorySpot.table3 .delivery ul li, .pharmacy-services .categorySpot.text-only .delivery ul li, .pharmacy-services .categorySpot.text-narrow .delivery ul li, .pharmacy-services .container .pick-up ul li, .pharmacy-services .rx-error-container .pick-up ul li, .pharmacy-services .rx-checkout-container .pick-up ul li, .pharmacy-services .richTextSpot.table1 .pick-up ul li, .pharmacy-services .richTextSpot.table2 .pick-up ul li, .pharmacy-services .richTextSpot.table3 .pick-up ul li, .pharmacy-services .richTextSpot.text-only .pick-up ul li, .pharmacy-services .richTextSpot.text-narrow .pick-up ul li, .pharmacy-services .categorySpot.table1 .pick-up ul li, .pharmacy-services .categorySpot.table2 .pick-up ul li, .pharmacy-services .categorySpot.table3 .pick-up ul li, .pharmacy-services .categorySpot.text-only .pick-up ul li, .pharmacy-services .categorySpot.text-narrow .pick-up ul li, .pharmacy-services .container .extra ul li, .pharmacy-services .rx-error-container .extra ul li, .pharmacy-services .rx-checkout-container .extra ul li, .pharmacy-services .richTextSpot.table1 .extra ul li, .pharmacy-services .richTextSpot.table2 .extra ul li, .pharmacy-services .richTextSpot.table3 .extra ul li, .pharmacy-services .richTextSpot.text-only .extra ul li, .pharmacy-services .richTextSpot.text-narrow .extra ul li, .pharmacy-services .categorySpot.table1 .extra ul li, .pharmacy-services .categorySpot.table2 .extra ul li, .pharmacy-services .categorySpot.table3 .extra ul li, .pharmacy-services .categorySpot.text-only .extra ul li, .pharmacy-services .categorySpot.text-narrow .extra ul li {
  position: relative;
  line-height: 18px;
  padding: 6px 0;
}
.pharmacy-services .container .delivery ul li:before, .pharmacy-services .rx-error-container .delivery ul li:before, .pharmacy-services .rx-checkout-container .delivery ul li:before, .pharmacy-services .richTextSpot.table1 .delivery ul li:before, .pharmacy-services .richTextSpot.table2 .delivery ul li:before, .pharmacy-services .richTextSpot.table3 .delivery ul li:before, .pharmacy-services .richTextSpot.text-only .delivery ul li:before, .pharmacy-services .richTextSpot.text-narrow .delivery ul li:before, .pharmacy-services .categorySpot.table1 .delivery ul li:before, .pharmacy-services .categorySpot.table2 .delivery ul li:before, .pharmacy-services .categorySpot.table3 .delivery ul li:before, .pharmacy-services .categorySpot.text-only .delivery ul li:before, .pharmacy-services .categorySpot.text-narrow .delivery ul li:before, .pharmacy-services .container .pick-up ul li:before, .pharmacy-services .rx-error-container .pick-up ul li:before, .pharmacy-services .rx-checkout-container .pick-up ul li:before, .pharmacy-services .richTextSpot.table1 .pick-up ul li:before, .pharmacy-services .richTextSpot.table2 .pick-up ul li:before, .pharmacy-services .richTextSpot.table3 .pick-up ul li:before, .pharmacy-services .richTextSpot.text-only .pick-up ul li:before, .pharmacy-services .richTextSpot.text-narrow .pick-up ul li:before, .pharmacy-services .categorySpot.table1 .pick-up ul li:before, .pharmacy-services .categorySpot.table2 .pick-up ul li:before, .pharmacy-services .categorySpot.table3 .pick-up ul li:before, .pharmacy-services .categorySpot.text-only .pick-up ul li:before, .pharmacy-services .categorySpot.text-narrow .pick-up ul li:before, .pharmacy-services .container .extra ul li:before, .pharmacy-services .rx-error-container .extra ul li:before, .pharmacy-services .rx-checkout-container .extra ul li:before, .pharmacy-services .richTextSpot.table1 .extra ul li:before, .pharmacy-services .richTextSpot.table2 .extra ul li:before, .pharmacy-services .richTextSpot.table3 .extra ul li:before, .pharmacy-services .richTextSpot.text-only .extra ul li:before, .pharmacy-services .richTextSpot.text-narrow .extra ul li:before, .pharmacy-services .categorySpot.table1 .extra ul li:before, .pharmacy-services .categorySpot.table2 .extra ul li:before, .pharmacy-services .categorySpot.table3 .extra ul li:before, .pharmacy-services .categorySpot.text-only .extra ul li:before, .pharmacy-services .categorySpot.text-narrow .extra ul li:before {
  content: "· ";
  position: absolute;
  font-size: 32px;
  left: -28px;
}
@media screen and (max-width: 767px) {
  .pharmacy-services .container .delivery, .pharmacy-services .rx-error-container .delivery, .pharmacy-services .rx-checkout-container .delivery, .pharmacy-services .richTextSpot.table1 .delivery, .pharmacy-services .richTextSpot.table2 .delivery, .pharmacy-services .richTextSpot.table3 .delivery, .pharmacy-services .richTextSpot.text-only .delivery, .pharmacy-services .richTextSpot.text-narrow .delivery, .pharmacy-services .categorySpot.table1 .delivery, .pharmacy-services .categorySpot.table2 .delivery, .pharmacy-services .categorySpot.table3 .delivery, .pharmacy-services .categorySpot.text-only .delivery, .pharmacy-services .categorySpot.text-narrow .delivery, .pharmacy-services .container .pick-up, .pharmacy-services .rx-error-container .pick-up, .pharmacy-services .rx-checkout-container .pick-up, .pharmacy-services .richTextSpot.table1 .pick-up, .pharmacy-services .richTextSpot.table2 .pick-up, .pharmacy-services .richTextSpot.table3 .pick-up, .pharmacy-services .richTextSpot.text-only .pick-up, .pharmacy-services .richTextSpot.text-narrow .pick-up, .pharmacy-services .categorySpot.table1 .pick-up, .pharmacy-services .categorySpot.table2 .pick-up, .pharmacy-services .categorySpot.table3 .pick-up, .pharmacy-services .categorySpot.text-only .pick-up, .pharmacy-services .categorySpot.text-narrow .pick-up, .pharmacy-services .container .extra, .pharmacy-services .rx-error-container .extra, .pharmacy-services .rx-checkout-container .extra, .pharmacy-services .richTextSpot.table1 .extra, .pharmacy-services .richTextSpot.table2 .extra, .pharmacy-services .richTextSpot.table3 .extra, .pharmacy-services .richTextSpot.text-only .extra, .pharmacy-services .richTextSpot.text-narrow .extra, .pharmacy-services .categorySpot.table1 .extra, .pharmacy-services .categorySpot.table2 .extra, .pharmacy-services .categorySpot.table3 .extra, .pharmacy-services .categorySpot.text-only .extra, .pharmacy-services .categorySpot.text-narrow .extra {
    width: 100%;
    max-width: none;
    flex: none;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pharmacy-services .container .extra, .pharmacy-services .rx-error-container .extra, .pharmacy-services .rx-checkout-container .extra, .pharmacy-services .richTextSpot.table1 .extra, .pharmacy-services .richTextSpot.table2 .extra, .pharmacy-services .richTextSpot.table3 .extra, .pharmacy-services .richTextSpot.text-only .extra, .pharmacy-services .richTextSpot.text-narrow .extra, .pharmacy-services .categorySpot.table1 .extra, .pharmacy-services .categorySpot.table2 .extra, .pharmacy-services .categorySpot.table3 .extra, .pharmacy-services .categorySpot.text-only .extra, .pharmacy-services .categorySpot.text-narrow .extra {
    margin-bottom: 0;
  }
}

.pharmacy-accordion {
  padding-bottom: 100px;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .pharmacy-accordion {
    background-image: none;
  }
}
.pharmacy-accordion .container, .pharmacy-accordion .rx-error-container, .pharmacy-accordion .rx-checkout-container, .pharmacy-accordion .richTextSpot.table1, .pharmacy-accordion .richTextSpot.table2, .pharmacy-accordion .richTextSpot.table3, .pharmacy-accordion .richTextSpot.text-only, .pharmacy-accordion .richTextSpot.text-narrow, .pharmacy-accordion .categorySpot.table1, .pharmacy-accordion .categorySpot.table2, .pharmacy-accordion .categorySpot.table3, .pharmacy-accordion .categorySpot.text-only, .pharmacy-accordion .categorySpot.text-narrow {
  max-width: 1400px;
  text-align: center;
}
.pharmacy-accordion h2 {
  margin: 0 auto 45px;
  max-width: 900px;
  width: 95%;
}
.pharmacy-accordion .sub-header {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 95px;
  max-width: 920px;
  width: 95%;
}
@media (max-width: 767px) {
  .pharmacy-accordion {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .pharmacy-accordion .sub-header {
    margin-bottom: 50px;
  }
}

.pharmacy-accordion .accordion, .pharmacy-details .accordion, .productDescription .accordion {
  max-width: 727px;
  margin: auto;
  text-align: left;
  border-bottom: 1px solid #E5EAEC;
}
.pharmacy-accordion .accordion .accordion-title, .pharmacy-details .accordion .accordion-title, .productDescription .accordion .accordion-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 22px 30px 22px 18px;
  border-top: 1px solid #E5EAEC;
  cursor: pointer;
  position: relative;
}
.pharmacy-accordion .accordion .accordion-title:focus, .pharmacy-details .accordion .accordion-title:focus, .productDescription .accordion .accordion-title:focus {
  outline: none;
}
.pharmacy-accordion .accordion .accordion-title:hover, .pharmacy-details .accordion .accordion-title:hover, .productDescription .accordion .accordion-title:hover {
  color: #00AB7F;
}
.pharmacy-accordion .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .accordion .accordion-title .ui-accordion-header-icon, .productDescription .accordion .accordion-title .ui-accordion-header-icon {
  content: " ";
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron_lightgreen.svg");
  background-size: 14px 8px;
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  width: 14px;
  display: block;
  position: absolute;
  right: 20px;
  top: 29px;
}
.pharmacy-accordion .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .accordion .accordion-title.ui-state-active .ui-accordion-header-icon {
  transform: rotate(180deg);
}
.pharmacy-accordion .accordion .accordion-text, .pharmacy-details .accordion .accordion-text, .productDescription .accordion .accordion-text {
  padding: 0 0 22px 18px;
  font-weight: 300;
}
.pharmacy-accordion .accordion .accordion-text p, .pharmacy-details .accordion .accordion-text p, .productDescription .accordion .accordion-text p {
  margin: 0;
}
.pharmacy-accordion .accordion .accordion-text table tr td, .pharmacy-details .accordion .accordion-text table tr td, .productDescription .accordion .accordion-text table tr td {
  padding: 3px;
}
.pharmacy-accordion .accordion .accordion-text.pligttekst table, .pharmacy-details .accordion .accordion-text.pligttekst table, .productDescription .accordion .accordion-text.pligttekst table {
  display: block;
  border-spacing: 0;
}
.pharmacy-accordion .accordion .accordion-text.pligttekst table tr, .pharmacy-details .accordion .accordion-text.pligttekst table tr, .productDescription .accordion .accordion-text.pligttekst table tr {
  display: block;
}
.pharmacy-accordion .accordion .accordion-text.pligttekst table tr td, .pharmacy-details .accordion .accordion-text.pligttekst table tr td, .productDescription .accordion .accordion-text.pligttekst table tr td {
  display: block;
  padding: 0;
}
.pharmacy-accordion .accordion .accordion-text.pligttekst table tr td:first-child, .pharmacy-details .accordion .accordion-text.pligttekst table tr td:first-child, .productDescription .accordion .accordion-text.pligttekst table tr td:first-child {
  font-weight: bold;
}
.pharmacy-accordion .deleverySiteMessage, .pharmacy-details .deleverySiteMessage, .productDescription .deleverySiteMessage {
  margin-bottom: 20px;
}

.pharmacy-details, .productDescription {
  background-image: url(../../../../Static/AApoteket/Project/Website/gfx/cross_cut_white_true_5.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #F6F8FA;
  color: #262626;
}
@media (max-width: 767px) {
  .pharmacy-details, .productDescription {
    background-size: 50%;
    margin-bottom: 45px;
  }
}
.pharmacy-details .container, .pharmacy-details .rx-error-container, .pharmacy-details .rx-checkout-container, .pharmacy-details .richTextSpot.table1, .pharmacy-details .richTextSpot.table2, .pharmacy-details .richTextSpot.table3, .pharmacy-details .richTextSpot.text-only, .pharmacy-details .richTextSpot.text-narrow, .pharmacy-details .categorySpot.table1, .pharmacy-details .categorySpot.table2, .pharmacy-details .categorySpot.table3, .pharmacy-details .categorySpot.text-only, .pharmacy-details .categorySpot.text-narrow, .productDescription .container, .productDescription .rx-error-container, .productDescription .rx-checkout-container, .productDescription .richTextSpot.table1, .productDescription .richTextSpot.table2, .productDescription .richTextSpot.table3, .productDescription .richTextSpot.text-only, .productDescription .richTextSpot.text-narrow, .productDescription .categorySpot.table1, .productDescription .categorySpot.table2, .productDescription .categorySpot.table3, .productDescription .categorySpot.text-only, .productDescription .categorySpot.text-narrow {
  padding: 23px 20px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .pharmacy-details .container, .pharmacy-details .rx-error-container, .pharmacy-details .rx-checkout-container, .pharmacy-details .richTextSpot.table1, .pharmacy-details .richTextSpot.table2, .pharmacy-details .richTextSpot.table3, .pharmacy-details .richTextSpot.text-only, .pharmacy-details .richTextSpot.text-narrow, .pharmacy-details .categorySpot.table1, .pharmacy-details .categorySpot.table2, .pharmacy-details .categorySpot.table3, .pharmacy-details .categorySpot.text-only, .pharmacy-details .categorySpot.text-narrow, .productDescription .container, .productDescription .rx-error-container, .productDescription .rx-checkout-container, .productDescription .richTextSpot.table1, .productDescription .richTextSpot.table2, .productDescription .richTextSpot.table3, .productDescription .richTextSpot.text-only, .productDescription .richTextSpot.text-narrow, .productDescription .categorySpot.table1, .productDescription .categorySpot.table2, .productDescription .categorySpot.table3, .productDescription .categorySpot.text-only, .productDescription .categorySpot.text-narrow {
    padding: 10px 13px;
  }
}
.pharmacy-details .container .left-column, .pharmacy-details .rx-error-container .left-column, .pharmacy-details .rx-checkout-container .left-column, .pharmacy-details .richTextSpot.table1 .left-column, .pharmacy-details .richTextSpot.table2 .left-column, .pharmacy-details .richTextSpot.table3 .left-column, .pharmacy-details .richTextSpot.text-only .left-column, .pharmacy-details .richTextSpot.text-narrow .left-column, .pharmacy-details .categorySpot.table1 .left-column, .pharmacy-details .categorySpot.table2 .left-column, .pharmacy-details .categorySpot.table3 .left-column, .pharmacy-details .categorySpot.text-only .left-column, .pharmacy-details .categorySpot.text-narrow .left-column, .pharmacy-details .container .right-column, .pharmacy-details .rx-error-container .right-column, .pharmacy-details .rx-checkout-container .right-column, .pharmacy-details .richTextSpot.table1 .right-column, .pharmacy-details .richTextSpot.table2 .right-column, .pharmacy-details .richTextSpot.table3 .right-column, .pharmacy-details .richTextSpot.text-only .right-column, .pharmacy-details .richTextSpot.text-narrow .right-column, .pharmacy-details .categorySpot.table1 .right-column, .pharmacy-details .categorySpot.table2 .right-column, .pharmacy-details .categorySpot.table3 .right-column, .pharmacy-details .categorySpot.text-only .right-column, .pharmacy-details .categorySpot.text-narrow .right-column, .productDescription .container .left-column, .productDescription .rx-error-container .left-column, .productDescription .rx-checkout-container .left-column, .productDescription .richTextSpot.table1 .left-column, .productDescription .richTextSpot.table2 .left-column, .productDescription .richTextSpot.table3 .left-column, .productDescription .richTextSpot.text-only .left-column, .productDescription .richTextSpot.text-narrow .left-column, .productDescription .categorySpot.table1 .left-column, .productDescription .categorySpot.table2 .left-column, .productDescription .categorySpot.table3 .left-column, .productDescription .categorySpot.text-only .left-column, .productDescription .categorySpot.text-narrow .left-column, .productDescription .container .right-column, .productDescription .rx-error-container .right-column, .productDescription .rx-checkout-container .right-column, .productDescription .richTextSpot.table1 .right-column, .productDescription .richTextSpot.table2 .right-column, .productDescription .richTextSpot.table3 .right-column, .productDescription .richTextSpot.text-only .right-column, .productDescription .richTextSpot.text-narrow .right-column, .productDescription .categorySpot.table1 .right-column, .productDescription .categorySpot.table2 .right-column, .productDescription .categorySpot.table3 .right-column, .productDescription .categorySpot.text-only .right-column, .productDescription .categorySpot.text-narrow .right-column {
  float: left;
  width: 48%;
  max-width: 420px;
  padding: 0;
}
.pharmacy-details .container .left-column h4, .pharmacy-details .rx-error-container .left-column h4, .pharmacy-details .rx-checkout-container .left-column h4, .pharmacy-details .richTextSpot.table1 .left-column h4, .pharmacy-details .richTextSpot.table2 .left-column h4, .pharmacy-details .richTextSpot.table3 .left-column h4, .pharmacy-details .richTextSpot.text-only .left-column h4, .pharmacy-details .richTextSpot.text-narrow .left-column h4, .pharmacy-details .categorySpot.table1 .left-column h4, .pharmacy-details .categorySpot.table2 .left-column h4, .pharmacy-details .categorySpot.table3 .left-column h4, .pharmacy-details .categorySpot.text-only .left-column h4, .pharmacy-details .categorySpot.text-narrow .left-column h4, .pharmacy-details .container .right-column h4, .pharmacy-details .rx-error-container .right-column h4, .pharmacy-details .rx-checkout-container .right-column h4, .pharmacy-details .richTextSpot.table1 .right-column h4, .pharmacy-details .richTextSpot.table2 .right-column h4, .pharmacy-details .richTextSpot.table3 .right-column h4, .pharmacy-details .richTextSpot.text-only .right-column h4, .pharmacy-details .richTextSpot.text-narrow .right-column h4, .pharmacy-details .categorySpot.table1 .right-column h4, .pharmacy-details .categorySpot.table2 .right-column h4, .pharmacy-details .categorySpot.table3 .right-column h4, .pharmacy-details .categorySpot.text-only .right-column h4, .pharmacy-details .categorySpot.text-narrow .right-column h4, .productDescription .container .left-column h4, .productDescription .rx-error-container .left-column h4, .productDescription .rx-checkout-container .left-column h4, .productDescription .richTextSpot.table1 .left-column h4, .productDescription .richTextSpot.table2 .left-column h4, .productDescription .richTextSpot.table3 .left-column h4, .productDescription .richTextSpot.text-only .left-column h4, .productDescription .richTextSpot.text-narrow .left-column h4, .productDescription .categorySpot.table1 .left-column h4, .productDescription .categorySpot.table2 .left-column h4, .productDescription .categorySpot.table3 .left-column h4, .productDescription .categorySpot.text-only .left-column h4, .productDescription .categorySpot.text-narrow .left-column h4, .productDescription .container .right-column h4, .productDescription .rx-error-container .right-column h4, .productDescription .rx-checkout-container .right-column h4, .productDescription .richTextSpot.table1 .right-column h4, .productDescription .richTextSpot.table2 .right-column h4, .productDescription .richTextSpot.table3 .right-column h4, .productDescription .richTextSpot.text-only .right-column h4, .productDescription .richTextSpot.text-narrow .right-column h4, .productDescription .categorySpot.table1 .right-column h4, .productDescription .categorySpot.table2 .right-column h4, .productDescription .categorySpot.table3 .right-column h4, .productDescription .categorySpot.text-only .right-column h4, .productDescription .categorySpot.text-narrow .right-column h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .pharmacy-details .container .left-column h4, .pharmacy-details .rx-error-container .left-column h4, .pharmacy-details .rx-checkout-container .left-column h4, .pharmacy-details .richTextSpot.table1 .left-column h4, .pharmacy-details .richTextSpot.table2 .left-column h4, .pharmacy-details .richTextSpot.table3 .left-column h4, .pharmacy-details .richTextSpot.text-only .left-column h4, .pharmacy-details .richTextSpot.text-narrow .left-column h4, .pharmacy-details .categorySpot.table1 .left-column h4, .pharmacy-details .categorySpot.table2 .left-column h4, .pharmacy-details .categorySpot.table3 .left-column h4, .pharmacy-details .categorySpot.text-only .left-column h4, .pharmacy-details .categorySpot.text-narrow .left-column h4, .pharmacy-details .container .right-column h4, .pharmacy-details .rx-error-container .right-column h4, .pharmacy-details .rx-checkout-container .right-column h4, .pharmacy-details .richTextSpot.table1 .right-column h4, .pharmacy-details .richTextSpot.table2 .right-column h4, .pharmacy-details .richTextSpot.table3 .right-column h4, .pharmacy-details .richTextSpot.text-only .right-column h4, .pharmacy-details .richTextSpot.text-narrow .right-column h4, .pharmacy-details .categorySpot.table1 .right-column h4, .pharmacy-details .categorySpot.table2 .right-column h4, .pharmacy-details .categorySpot.table3 .right-column h4, .pharmacy-details .categorySpot.text-only .right-column h4, .pharmacy-details .categorySpot.text-narrow .right-column h4, .productDescription .container .left-column h4, .productDescription .rx-error-container .left-column h4, .productDescription .rx-checkout-container .left-column h4, .productDescription .richTextSpot.table1 .left-column h4, .productDescription .richTextSpot.table2 .left-column h4, .productDescription .richTextSpot.table3 .left-column h4, .productDescription .richTextSpot.text-only .left-column h4, .productDescription .richTextSpot.text-narrow .left-column h4, .productDescription .categorySpot.table1 .left-column h4, .productDescription .categorySpot.table2 .left-column h4, .productDescription .categorySpot.table3 .left-column h4, .productDescription .categorySpot.text-only .left-column h4, .productDescription .categorySpot.text-narrow .left-column h4, .productDescription .container .right-column h4, .productDescription .rx-error-container .right-column h4, .productDescription .rx-checkout-container .right-column h4, .productDescription .richTextSpot.table1 .right-column h4, .productDescription .richTextSpot.table2 .right-column h4, .productDescription .richTextSpot.table3 .right-column h4, .productDescription .richTextSpot.text-only .right-column h4, .productDescription .richTextSpot.text-narrow .right-column h4, .productDescription .categorySpot.table1 .right-column h4, .productDescription .categorySpot.table2 .right-column h4, .productDescription .categorySpot.table3 .right-column h4, .productDescription .categorySpot.text-only .right-column h4, .productDescription .categorySpot.text-narrow .right-column h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .pharmacy-details .container .left-column, .pharmacy-details .rx-error-container .left-column, .pharmacy-details .rx-checkout-container .left-column, .pharmacy-details .richTextSpot.table1 .left-column, .pharmacy-details .richTextSpot.table2 .left-column, .pharmacy-details .richTextSpot.table3 .left-column, .pharmacy-details .richTextSpot.text-only .left-column, .pharmacy-details .richTextSpot.text-narrow .left-column, .pharmacy-details .categorySpot.table1 .left-column, .pharmacy-details .categorySpot.table2 .left-column, .pharmacy-details .categorySpot.table3 .left-column, .pharmacy-details .categorySpot.text-only .left-column, .pharmacy-details .categorySpot.text-narrow .left-column, .pharmacy-details .container .right-column, .pharmacy-details .rx-error-container .right-column, .pharmacy-details .rx-checkout-container .right-column, .pharmacy-details .richTextSpot.table1 .right-column, .pharmacy-details .richTextSpot.table2 .right-column, .pharmacy-details .richTextSpot.table3 .right-column, .pharmacy-details .richTextSpot.text-only .right-column, .pharmacy-details .richTextSpot.text-narrow .right-column, .pharmacy-details .categorySpot.table1 .right-column, .pharmacy-details .categorySpot.table2 .right-column, .pharmacy-details .categorySpot.table3 .right-column, .pharmacy-details .categorySpot.text-only .right-column, .pharmacy-details .categorySpot.text-narrow .right-column, .productDescription .container .left-column, .productDescription .rx-error-container .left-column, .productDescription .rx-checkout-container .left-column, .productDescription .richTextSpot.table1 .left-column, .productDescription .richTextSpot.table2 .left-column, .productDescription .richTextSpot.table3 .left-column, .productDescription .richTextSpot.text-only .left-column, .productDescription .richTextSpot.text-narrow .left-column, .productDescription .categorySpot.table1 .left-column, .productDescription .categorySpot.table2 .left-column, .productDescription .categorySpot.table3 .left-column, .productDescription .categorySpot.text-only .left-column, .productDescription .categorySpot.text-narrow .left-column, .productDescription .container .right-column, .productDescription .rx-error-container .right-column, .productDescription .rx-checkout-container .right-column, .productDescription .richTextSpot.table1 .right-column, .productDescription .richTextSpot.table2 .right-column, .productDescription .richTextSpot.table3 .right-column, .productDescription .richTextSpot.text-only .right-column, .productDescription .richTextSpot.text-narrow .right-column, .productDescription .categorySpot.table1 .right-column, .productDescription .categorySpot.table2 .right-column, .productDescription .categorySpot.table3 .right-column, .productDescription .categorySpot.text-only .right-column, .productDescription .categorySpot.text-narrow .right-column {
    max-width: none;
    width: 100%;
  }
}
.pharmacy-details .container .left-column, .pharmacy-details .rx-error-container .left-column, .pharmacy-details .rx-checkout-container .left-column, .pharmacy-details .richTextSpot.table1 .left-column, .pharmacy-details .richTextSpot.table2 .left-column, .pharmacy-details .richTextSpot.table3 .left-column, .pharmacy-details .richTextSpot.text-only .left-column, .pharmacy-details .richTextSpot.text-narrow .left-column, .pharmacy-details .categorySpot.table1 .left-column, .pharmacy-details .categorySpot.table2 .left-column, .pharmacy-details .categorySpot.table3 .left-column, .pharmacy-details .categorySpot.text-only .left-column, .pharmacy-details .categorySpot.text-narrow .left-column, .productDescription .container .left-column, .productDescription .rx-error-container .left-column, .productDescription .rx-checkout-container .left-column, .productDescription .richTextSpot.table1 .left-column, .productDescription .richTextSpot.table2 .left-column, .productDescription .richTextSpot.table3 .left-column, .productDescription .richTextSpot.text-only .left-column, .productDescription .richTextSpot.text-narrow .left-column, .productDescription .categorySpot.table1 .left-column, .productDescription .categorySpot.table2 .left-column, .productDescription .categorySpot.table3 .left-column, .productDescription .categorySpot.text-only .left-column, .productDescription .categorySpot.text-narrow .left-column {
  max-width: 430px;
  text-align: left;
}
@media (max-width: 767px) {
  .pharmacy-details .container .left-column, .pharmacy-details .rx-error-container .left-column, .pharmacy-details .rx-checkout-container .left-column, .pharmacy-details .richTextSpot.table1 .left-column, .pharmacy-details .richTextSpot.table2 .left-column, .pharmacy-details .richTextSpot.table3 .left-column, .pharmacy-details .richTextSpot.text-only .left-column, .pharmacy-details .richTextSpot.text-narrow .left-column, .pharmacy-details .categorySpot.table1 .left-column, .pharmacy-details .categorySpot.table2 .left-column, .pharmacy-details .categorySpot.table3 .left-column, .pharmacy-details .categorySpot.text-only .left-column, .pharmacy-details .categorySpot.text-narrow .left-column, .productDescription .container .left-column, .productDescription .rx-error-container .left-column, .productDescription .rx-checkout-container .left-column, .productDescription .richTextSpot.table1 .left-column, .productDescription .richTextSpot.table2 .left-column, .productDescription .richTextSpot.table3 .left-column, .productDescription .richTextSpot.text-only .left-column, .productDescription .richTextSpot.text-narrow .left-column, .productDescription .categorySpot.table1 .left-column, .productDescription .categorySpot.table2 .left-column, .productDescription .categorySpot.table3 .left-column, .productDescription .categorySpot.text-only .left-column, .productDescription .categorySpot.text-narrow .left-column {
    margin-bottom: 35px;
    max-width: none;
  }
}
.pharmacy-details .container .left-column .description, .pharmacy-details .rx-error-container .left-column .description, .pharmacy-details .rx-checkout-container .left-column .description, .pharmacy-details .richTextSpot.table1 .left-column .description, .pharmacy-details .richTextSpot.table2 .left-column .description, .pharmacy-details .richTextSpot.table3 .left-column .description, .pharmacy-details .richTextSpot.text-only .left-column .description, .pharmacy-details .richTextSpot.text-narrow .left-column .description, .pharmacy-details .categorySpot.table1 .left-column .description, .pharmacy-details .categorySpot.table2 .left-column .description, .pharmacy-details .categorySpot.table3 .left-column .description, .pharmacy-details .categorySpot.text-only .left-column .description, .pharmacy-details .categorySpot.text-narrow .left-column .description, .productDescription .container .left-column .description, .productDescription .rx-error-container .left-column .description, .productDescription .rx-checkout-container .left-column .description, .productDescription .richTextSpot.table1 .left-column .description, .productDescription .richTextSpot.table2 .left-column .description, .productDescription .richTextSpot.table3 .left-column .description, .productDescription .richTextSpot.text-only .left-column .description, .productDescription .richTextSpot.text-narrow .left-column .description, .productDescription .categorySpot.table1 .left-column .description, .productDescription .categorySpot.table2 .left-column .description, .productDescription .categorySpot.table3 .left-column .description, .productDescription .categorySpot.text-only .left-column .description, .productDescription .categorySpot.text-narrow .left-column .description {
  margin-bottom: 50px;
  font-weight: 300;
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address p, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address p, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address p {
  margin: 0;
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address .contact-header, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address .contact-header {
  font-weight: 600;
  margin-bottom: 20px;
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address a, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address a, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address a {
  color: #33BC99;
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address a:hover, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-address a:hover, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-address a:hover {
  color: #00705B;
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours {
  float: right;
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours {
    width: 100%;
    text-align: left;
  }
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours p, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .date {
  float: left;
  margin-right: 15px;
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 480px) {
  .pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .date, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .date {
    margin-right: 0;
  }
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours {
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
  min-width: 83px;
}
@media (max-width: 480px) {
  .pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .hours {
    width: 50%;
    min-width: unset;
  }
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link {
    float: left;
  }
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a {
  color: #33BC99;
}
.pharmacy-details .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .pharmacy-details .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .rx-error-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .rx-checkout-container .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .richTextSpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .richTextSpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .richTextSpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .richTextSpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .richTextSpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .categorySpot.table1 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .categorySpot.table2 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .categorySpot.table3 .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .categorySpot.text-only .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover, .productDescription .categorySpot.text-narrow .left-column .pharmacy-contact-info .pharmacy-opening-hours .pharmacy-link a:hover {
  color: #00705B;
}
.pharmacy-details .container .right-column, .pharmacy-details .rx-error-container .right-column, .pharmacy-details .rx-checkout-container .right-column, .pharmacy-details .richTextSpot.table1 .right-column, .pharmacy-details .richTextSpot.table2 .right-column, .pharmacy-details .richTextSpot.table3 .right-column, .pharmacy-details .richTextSpot.text-only .right-column, .pharmacy-details .richTextSpot.text-narrow .right-column, .pharmacy-details .categorySpot.table1 .right-column, .pharmacy-details .categorySpot.table2 .right-column, .pharmacy-details .categorySpot.table3 .right-column, .pharmacy-details .categorySpot.text-only .right-column, .pharmacy-details .categorySpot.text-narrow .right-column, .productDescription .container .right-column, .productDescription .rx-error-container .right-column, .productDescription .rx-checkout-container .right-column, .productDescription .richTextSpot.table1 .right-column, .productDescription .richTextSpot.table2 .right-column, .productDescription .richTextSpot.table3 .right-column, .productDescription .richTextSpot.text-only .right-column, .productDescription .richTextSpot.text-narrow .right-column, .productDescription .categorySpot.table1 .right-column, .productDescription .categorySpot.table2 .right-column, .productDescription .categorySpot.table3 .right-column, .productDescription .categorySpot.text-only .right-column, .productDescription .categorySpot.text-narrow .right-column {
  float: right;
}
.pharmacy-details .container .right-column .accordion .accordion-title, .pharmacy-details .rx-error-container .right-column .accordion .accordion-title, .pharmacy-details .rx-checkout-container .right-column .accordion .accordion-title, .pharmacy-details .richTextSpot.table1 .right-column .accordion .accordion-title, .pharmacy-details .richTextSpot.table2 .right-column .accordion .accordion-title, .pharmacy-details .richTextSpot.table3 .right-column .accordion .accordion-title, .pharmacy-details .richTextSpot.text-only .right-column .accordion .accordion-title, .pharmacy-details .richTextSpot.text-narrow .right-column .accordion .accordion-title, .pharmacy-details .categorySpot.table1 .right-column .accordion .accordion-title, .pharmacy-details .categorySpot.table2 .right-column .accordion .accordion-title, .pharmacy-details .categorySpot.table3 .right-column .accordion .accordion-title, .pharmacy-details .categorySpot.text-only .right-column .accordion .accordion-title, .pharmacy-details .categorySpot.text-narrow .right-column .accordion .accordion-title, .productDescription .container .right-column .accordion .accordion-title, .productDescription .rx-error-container .right-column .accordion .accordion-title, .productDescription .rx-checkout-container .right-column .accordion .accordion-title, .productDescription .richTextSpot.table1 .right-column .accordion .accordion-title, .productDescription .richTextSpot.table2 .right-column .accordion .accordion-title, .productDescription .richTextSpot.table3 .right-column .accordion .accordion-title, .productDescription .richTextSpot.text-only .right-column .accordion .accordion-title, .productDescription .richTextSpot.text-narrow .right-column .accordion .accordion-title, .productDescription .categorySpot.table1 .right-column .accordion .accordion-title, .productDescription .categorySpot.table2 .right-column .accordion .accordion-title, .productDescription .categorySpot.table3 .right-column .accordion .accordion-title, .productDescription .categorySpot.text-only .right-column .accordion .accordion-title, .productDescription .categorySpot.text-narrow .right-column .accordion .accordion-title {
  font-size: 14px;
  line-height: 22px;
  padding: 15px 10px;
}
.pharmacy-details .container .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .rx-error-container .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .rx-checkout-container .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .richTextSpot.table1 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .richTextSpot.table2 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .richTextSpot.table3 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .richTextSpot.text-only .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .richTextSpot.text-narrow .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .categorySpot.table1 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .categorySpot.table2 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .categorySpot.table3 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .categorySpot.text-only .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .pharmacy-details .categorySpot.text-narrow .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .container .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .rx-error-container .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .rx-checkout-container .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .richTextSpot.table1 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .richTextSpot.table2 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .richTextSpot.table3 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .richTextSpot.text-only .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .richTextSpot.text-narrow .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .categorySpot.table1 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .categorySpot.table2 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .categorySpot.table3 .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .categorySpot.text-only .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon, .productDescription .categorySpot.text-narrow .right-column .accordion .accordion-title.ui-state-active .ui-accordion-header-icon {
  transform: rotate(0);
}
.pharmacy-details .container .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .rx-error-container .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .rx-checkout-container .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .richTextSpot.table1 .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .richTextSpot.table2 .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .richTextSpot.table3 .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .richTextSpot.text-only .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .richTextSpot.text-narrow .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .categorySpot.table1 .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .categorySpot.table2 .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .categorySpot.table3 .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .categorySpot.text-only .right-column .accordion .accordion-title .ui-accordion-header-icon, .pharmacy-details .categorySpot.text-narrow .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .container .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .rx-error-container .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .rx-checkout-container .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .richTextSpot.table1 .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .richTextSpot.table2 .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .richTextSpot.table3 .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .richTextSpot.text-only .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .richTextSpot.text-narrow .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .categorySpot.table1 .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .categorySpot.table2 .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .categorySpot.table3 .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .categorySpot.text-only .right-column .accordion .accordion-title .ui-accordion-header-icon, .productDescription .categorySpot.text-narrow .right-column .accordion .accordion-title .ui-accordion-header-icon {
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 15px;
}
.pharmacy-details .container .right-column .accordion .accordion-text, .pharmacy-details .rx-error-container .right-column .accordion .accordion-text, .pharmacy-details .rx-checkout-container .right-column .accordion .accordion-text, .pharmacy-details .richTextSpot.table1 .right-column .accordion .accordion-text, .pharmacy-details .richTextSpot.table2 .right-column .accordion .accordion-text, .pharmacy-details .richTextSpot.table3 .right-column .accordion .accordion-text, .pharmacy-details .richTextSpot.text-only .right-column .accordion .accordion-text, .pharmacy-details .richTextSpot.text-narrow .right-column .accordion .accordion-text, .pharmacy-details .categorySpot.table1 .right-column .accordion .accordion-text, .pharmacy-details .categorySpot.table2 .right-column .accordion .accordion-text, .pharmacy-details .categorySpot.table3 .right-column .accordion .accordion-text, .pharmacy-details .categorySpot.text-only .right-column .accordion .accordion-text, .pharmacy-details .categorySpot.text-narrow .right-column .accordion .accordion-text, .productDescription .container .right-column .accordion .accordion-text, .productDescription .rx-error-container .right-column .accordion .accordion-text, .productDescription .rx-checkout-container .right-column .accordion .accordion-text, .productDescription .richTextSpot.table1 .right-column .accordion .accordion-text, .productDescription .richTextSpot.table2 .right-column .accordion .accordion-text, .productDescription .richTextSpot.table3 .right-column .accordion .accordion-text, .productDescription .richTextSpot.text-only .right-column .accordion .accordion-text, .productDescription .richTextSpot.text-narrow .right-column .accordion .accordion-text, .productDescription .categorySpot.table1 .right-column .accordion .accordion-text, .productDescription .categorySpot.table2 .right-column .accordion .accordion-text, .productDescription .categorySpot.table3 .right-column .accordion .accordion-text, .productDescription .categorySpot.text-only .right-column .accordion .accordion-text, .productDescription .categorySpot.text-narrow .right-column .accordion .accordion-text {
  padding: 0 10px 22px 10px;
}

.productDescription {
  background-color: #ffffff;
  background-image: url(../../../../Static/AApoteket/Project/Website/gfx/cross_cut_grey_3.svg);
}
.productDescription .container .left-column h4, .productDescription .rx-error-container .left-column h4, .productDescription .rx-checkout-container .left-column h4, .productDescription .richTextSpot.table1 .left-column h4, .productDescription .richTextSpot.table2 .left-column h4, .productDescription .richTextSpot.table3 .left-column h4, .productDescription .richTextSpot.text-only .left-column h4, .productDescription .richTextSpot.text-narrow .left-column h4, .productDescription .categorySpot.table1 .left-column h4, .productDescription .categorySpot.table2 .left-column h4, .productDescription .categorySpot.table3 .left-column h4, .productDescription .categorySpot.text-only .left-column h4, .productDescription .categorySpot.text-narrow .left-column h4 {
  margin-bottom: 15px;
}
.productDescription .container .left-column .productId, .productDescription .rx-error-container .left-column .productId, .productDescription .rx-checkout-container .left-column .productId, .productDescription .richTextSpot.table1 .left-column .productId, .productDescription .richTextSpot.table2 .left-column .productId, .productDescription .richTextSpot.table3 .left-column .productId, .productDescription .richTextSpot.text-only .left-column .productId, .productDescription .richTextSpot.text-narrow .left-column .productId, .productDescription .categorySpot.table1 .left-column .productId, .productDescription .categorySpot.table2 .left-column .productId, .productDescription .categorySpot.table3 .left-column .productId, .productDescription .categorySpot.text-only .left-column .productId, .productDescription .categorySpot.text-narrow .left-column .productId {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 22px;
}
.productDescription .container .left-column .description, .productDescription .rx-error-container .left-column .description, .productDescription .rx-checkout-container .left-column .description, .productDescription .richTextSpot.table1 .left-column .description, .productDescription .richTextSpot.table2 .left-column .description, .productDescription .richTextSpot.table3 .left-column .description, .productDescription .richTextSpot.text-only .left-column .description, .productDescription .richTextSpot.text-narrow .left-column .description, .productDescription .categorySpot.table1 .left-column .description, .productDescription .categorySpot.table2 .left-column .description, .productDescription .categorySpot.table3 .left-column .description, .productDescription .categorySpot.text-only .left-column .description, .productDescription .categorySpot.text-narrow .left-column .description {
  margin-bottom: 0px;
  max-height: 100px;
  overflow: hidden;
}
.productDescription .container .left-column .description.show-all, .productDescription .rx-error-container .left-column .description.show-all, .productDescription .rx-checkout-container .left-column .description.show-all, .productDescription .richTextSpot.table1 .left-column .description.show-all, .productDescription .richTextSpot.table2 .left-column .description.show-all, .productDescription .richTextSpot.table3 .left-column .description.show-all, .productDescription .richTextSpot.text-only .left-column .description.show-all, .productDescription .richTextSpot.text-narrow .left-column .description.show-all, .productDescription .categorySpot.table1 .left-column .description.show-all, .productDescription .categorySpot.table2 .left-column .description.show-all, .productDescription .categorySpot.table3 .left-column .description.show-all, .productDescription .categorySpot.text-only .left-column .description.show-all, .productDescription .categorySpot.text-narrow .left-column .description.show-all {
  max-height: none;
}
.productDescription .container .left-column .show-less-description, .productDescription .rx-error-container .left-column .show-less-description, .productDescription .rx-checkout-container .left-column .show-less-description, .productDescription .richTextSpot.table1 .left-column .show-less-description, .productDescription .richTextSpot.table2 .left-column .show-less-description, .productDescription .richTextSpot.table3 .left-column .show-less-description, .productDescription .richTextSpot.text-only .left-column .show-less-description, .productDescription .richTextSpot.text-narrow .left-column .show-less-description, .productDescription .categorySpot.table1 .left-column .show-less-description, .productDescription .categorySpot.table2 .left-column .show-less-description, .productDescription .categorySpot.table3 .left-column .show-less-description, .productDescription .categorySpot.text-only .left-column .show-less-description, .productDescription .categorySpot.text-narrow .left-column .show-less-description {
  display: none;
}
.productDescription .container .left-column .show-all-description, .productDescription .rx-error-container .left-column .show-all-description, .productDescription .rx-checkout-container .left-column .show-all-description, .productDescription .richTextSpot.table1 .left-column .show-all-description, .productDescription .richTextSpot.table2 .left-column .show-all-description, .productDescription .richTextSpot.table3 .left-column .show-all-description, .productDescription .richTextSpot.text-only .left-column .show-all-description, .productDescription .richTextSpot.text-narrow .left-column .show-all-description, .productDescription .categorySpot.table1 .left-column .show-all-description, .productDescription .categorySpot.table2 .left-column .show-all-description, .productDescription .categorySpot.table3 .left-column .show-all-description, .productDescription .categorySpot.text-only .left-column .show-all-description, .productDescription .categorySpot.text-narrow .left-column .show-all-description, .productDescription .container .left-column .show-less-description, .productDescription .rx-error-container .left-column .show-less-description, .productDescription .rx-checkout-container .left-column .show-less-description, .productDescription .richTextSpot.table1 .left-column .show-less-description, .productDescription .richTextSpot.table2 .left-column .show-less-description, .productDescription .richTextSpot.table3 .left-column .show-less-description, .productDescription .richTextSpot.text-only .left-column .show-less-description, .productDescription .richTextSpot.text-narrow .left-column .show-less-description, .productDescription .categorySpot.table1 .left-column .show-less-description, .productDescription .categorySpot.table2 .left-column .show-less-description, .productDescription .categorySpot.table3 .left-column .show-less-description, .productDescription .categorySpot.text-only .left-column .show-less-description, .productDescription .categorySpot.text-narrow .left-column .show-less-description {
  cursor: pointer;
  font-weight: 600;
  line-height: 22px;
  font-size: 13px;
  color: #00AB7F;
  text-transform: uppercase;
}
.productDescription .container .left-column .show-all-description:hover, .productDescription .rx-error-container .left-column .show-all-description:hover, .productDescription .rx-checkout-container .left-column .show-all-description:hover, .productDescription .richTextSpot.table1 .left-column .show-all-description:hover, .productDescription .richTextSpot.table2 .left-column .show-all-description:hover, .productDescription .richTextSpot.table3 .left-column .show-all-description:hover, .productDescription .richTextSpot.text-only .left-column .show-all-description:hover, .productDescription .richTextSpot.text-narrow .left-column .show-all-description:hover, .productDescription .categorySpot.table1 .left-column .show-all-description:hover, .productDescription .categorySpot.table2 .left-column .show-all-description:hover, .productDescription .categorySpot.table3 .left-column .show-all-description:hover, .productDescription .categorySpot.text-only .left-column .show-all-description:hover, .productDescription .categorySpot.text-narrow .left-column .show-all-description:hover, .productDescription .container .left-column .show-less-description:hover, .productDescription .rx-error-container .left-column .show-less-description:hover, .productDescription .rx-checkout-container .left-column .show-less-description:hover, .productDescription .richTextSpot.table1 .left-column .show-less-description:hover, .productDescription .richTextSpot.table2 .left-column .show-less-description:hover, .productDescription .richTextSpot.table3 .left-column .show-less-description:hover, .productDescription .richTextSpot.text-only .left-column .show-less-description:hover, .productDescription .richTextSpot.text-narrow .left-column .show-less-description:hover, .productDescription .categorySpot.table1 .left-column .show-less-description:hover, .productDescription .categorySpot.table2 .left-column .show-less-description:hover, .productDescription .categorySpot.table3 .left-column .show-less-description:hover, .productDescription .categorySpot.text-only .left-column .show-less-description:hover, .productDescription .categorySpot.text-narrow .left-column .show-less-description:hover {
  color: #00705B;
}
.productDescription .container .left-column.centerThis, .productDescription .rx-error-container .left-column.centerThis, .productDescription .rx-checkout-container .left-column.centerThis, .productDescription .richTextSpot.table1 .left-column.centerThis, .productDescription .richTextSpot.table2 .left-column.centerThis, .productDescription .richTextSpot.table3 .left-column.centerThis, .productDescription .richTextSpot.text-only .left-column.centerThis, .productDescription .richTextSpot.text-narrow .left-column.centerThis, .productDescription .categorySpot.table1 .left-column.centerThis, .productDescription .categorySpot.table2 .left-column.centerThis, .productDescription .categorySpot.table3 .left-column.centerThis, .productDescription .categorySpot.text-only .left-column.centerThis, .productDescription .categorySpot.text-narrow .left-column.centerThis {
  max-width: none;
  width: 100%;
}

.anchor-links, .category-banner {
  text-align: center;
  height: 80px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #262626;
  background-color: #FFFFFF;
  text-transform: uppercase;
  padding: 32px 0;
}
@media (max-width: 580px) {
  .anchor-links, .category-banner {
    display: none;
  }
}
.anchor-links a, .category-banner a {
  margin-right: 6%;
  padding-bottom: 3px;
}
.anchor-links a:hover, .category-banner a:hover {
  border-bottom: 2px solid #00AB7F;
  display: inline-block;
}
.anchor-links a:last-child, .category-banner a:last-child {
  margin-right: 0;
}
.anchor-links a:hover, .category-banner a:hover {
  border-bottom: 2px solid #00AB7F;
}

.anchor-links {
  color: #FFFFFF;
  background-color: #00ab7f;
  height: 70px;
  padding: 27px 0;
}
.anchor-links a {
  margin-right: 8%;
  color: #FFFFFF;
}

.category-banner {
  height: 110px;
  padding: 44px 100px 0 100px;
  display: block;
}
@media (max-width: 767px) {
  .category-banner {
    padding: 20px 0 0 0;
    display: none;
  }
}
.category-banner .banner.owl-carousel {
  height: 100%;
}
@media (max-width: 767px) {
  .category-banner .banner.owl-carousel {
    height: auto;
  }
}
@media (max-width: 767px) {
  .category-banner .banner.owl-carousel .owl-stage-outer .owl-stage {
    width: 100% !important;
    display: block;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .category-banner .banner.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 49% !important;
    height: 50px;
    border-radius: 3px;
    background-color: #F6F8FA;
    padding: 17px 0;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .category-banner .banner.owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(2n) {
    margin-right: 0;
  }
  .category-banner .banner.owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(n+7) {
    margin-bottom: 0;
  }
  .category-banner .banner.owl-carousel .owl-stage-outer .owl-stage .owl-item:nth-child(n+9) {
    display: none;
  }
}
.category-banner .banner.owl-carousel .owl-nav {
  display: block;
  top: -14px;
  width: calc(100% + 110px);
}
@media (max-width: 767px) {
  .category-banner .banner.owl-carousel .owl-nav {
    display: none;
  }
}
.category-banner .banner.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
.category-banner .banner.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

.map-store-finder {
  height: 100%;
  display: flex;
  flex-direction: row;
  width: 100%;
  color: #262626;
}
@media (max-width: 767px) {
  .map-store-finder {
    position: relative;
  }
}
.map-store-finder .pharmacy-panel {
  min-width: 365px;
  max-width: 365px;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  height: calc(100vh - 140px);
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel {
    max-width: unset;
    width: 100%;
    padding: 20px 13px;
    height: auto;
    min-width: unset;
  }
}
.map-store-finder .pharmacy-panel h4 {
  font-size: 20px;
  line-height: 22px;
  padding-left: 25px;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel h4 {
    padding-left: 0;
  }
}
.map-store-finder .pharmacy-panel .search-container {
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .search-container {
    width: 100%;
  }
}
.map-store-finder .pharmacy-panel .search-container .pharmacy-search {
  border-radius: 3px;
  width: 100%;
  padding: 10px 0 10px 20px;
  background-color: #FBFCFD;
  border: 1px solid #E5EAEC;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #687278;
}
.map-store-finder .pharmacy-panel .search-container img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.map-store-finder .pharmacy-panel .pharmacy-list {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 25px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-top: 1px solid #E5EAEC;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list {
    margin-top: 0;
  }
  .map-store-finder .pharmacy-panel .pharmacy-list.map-shown {
    margin-top: 350px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-list::-webkit-scrollbar {
  display: none;
}
.map-store-finder .pharmacy-panel .pharmacy-list > div {
  min-height: 90px;
  border-bottom: 1px solid #E5EAEC;
  padding: 13px 0 15px 25px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-list > div.open {
  background-color: #F6F8FA;
}
.map-store-finder .pharmacy-panel .pharmacy-list > div.open .chevron {
  transform: rotate(180deg);
}
.map-store-finder .pharmacy-panel .pharmacy-list > div .chevron {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron-green.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 40px;
  width: 15px;
  height: 8px;
}
.map-store-finder .pharmacy-panel .pharmacy-list > div .pharmacy-toggle {
  padding-right: 55px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list > div .pharmacy-toggle {
    padding-left: 13px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-list p {
  margin: 0;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-address {
  font-size: 12px;
  color: #000000;
  line-height: 17px;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-hours .current-hours {
  font-weight: bold;
  position: relative;
  top: 1px;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-hours .status-mark {
  height: 9px;
  width: 9px;
  background-color: #E66C57;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-hours .status-mark.open {
  background-color: #00AB7F;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-hours p {
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details {
  background-image: none;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .open-hours {
  padding-right: 135px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .open-hours {
    padding-right: 100px;
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .open-hours {
    padding-right: 55px;
    padding-left: 25px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .open-hours .day {
  width: 50%;
  float: left;
  font-weight: 600;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .open-hours .hours {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .title {
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .title {
    padding-left: 25px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .on-call {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .on-call {
    padding-left: 25px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .phone-info {
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .phone-info {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .email {
    padding-left: 35px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .email a {
  color: #00AB7F;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .email a:hover {
  color: #00705B;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .delivery-site-select, .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .pharmacy-direction, .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .pharmacy-select {
  margin-top: 25px;
  width: auto;
  height: 36px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 16px;
  border: 1px solid #262626;
  font-size: 12px;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .delivery-site-select {
    margin-left: 35px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 360px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .delivery-site-select {
    margin-left: 7px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .pharmacy-direction {
  padding: 8.5px 15px;
  margin-right: 0;
}
.map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .pharmacy-select {
  padding: 8.5px 15px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-list .pharmacy-details .pharmacy-select {
    margin-left: 35px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-types {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-types {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-types .options.mobile-only {
  display: flex;
  text-align: center;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-types .options.mobile-only {
    margin-top: 35px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-types .options.mobile-only .option {
  height: 40px;
  width: 50%;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  border: 1px solid #E5EAEC;
  background-color: #FBFCFD;
  color: #687278;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding: 11px 0;
  cursor: pointer;
}
.map-store-finder .pharmacy-panel .pharmacy-types .options.mobile-only .option.selected {
  background-color: #00AB7F;
  border: none;
  font-weight: bold;
  line-height: 15px;
  color: #FFFFFF;
  border-radius: 0 3px 3px 0;
  padding: 13px 0;
}
.map-store-finder .pharmacy-panel .pharmacy-types .options.mobile-only .option.selected.list {
  border-radius: 3px 0 0 3px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-types .CB-container .checkmark {
    width: 16px;
    height: 16px;
  }
  .map-store-finder .pharmacy-panel .pharmacy-types .CB-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-types .CB-container .delivery, .map-store-finder .pharmacy-panel .pharmacy-types .CB-container .pharmacy {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/place-plus.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  background-size: 15px 20px;
  position: absolute;
  top: -1px;
}
.map-store-finder .pharmacy-panel .pharmacy-types .CB-container .pharmacy {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/place-black.svg");
}
.map-store-finder .pharmacy-panel .pharmacy-types .CB-container .name {
  margin-left: 20px;
  position: relative;
  bottom: 3px;
  font-size: 14px;
  line-height: 25px;
  color: #262626;
  text-transform: uppercase;
}
.map-store-finder .pharmacy-panel .pharmacy-location {
  padding-left: 25px;
  color: #00AB7F;
  font-size: 12px;
  line-height: 17px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-panel .pharmacy-location {
    padding-left: 0;
  }
}
.map-store-finder .pharmacy-panel .pharmacy-location img {
  margin-right: 5px;
}
.map-store-finder .pharmacy-panel .pharmacy-location span {
  vertical-align: top;
}
.map-store-finder .pharmacy-panel .pharmacy-location span:hover {
  color: #00705B;
}
.map-store-finder .pharmacy-map {
  height: calc(100vh - 140px);
  width: 80%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map-store-finder .pharmacy-map {
    position: absolute;
    width: calc(100% - 26px);
    left: 50%;
    transform: translateX(-50%);
    height: 350px;
    top: 310px;
  }
  .map-store-finder .pharmacy-map.hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .delivery-dialog.ui-dialog {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    max-height: none;
  }
}
@media (max-width: 480px) {
  .delivery-dialog.ui-dialog {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    position: absolute !important;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-selector {
    height: auto !important;
  }
}
.delivery-dialog.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.delivery-dialog.ui-dialog .ui-dialog-titlebar button {
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 1;
  cursor: pointer;
  background-color: #ffffff;
}
.delivery-dialog.ui-dialog .ui-dialog-titlebar button .ui-icon-closethick {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-image: url("../../../../Static//AApoteket/Project/Website/icons/plus.svg");
  content: "";
  background-size: 17px;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
}
.delivery-dialog.ui-dialog .delivery-panel {
  width: 50%;
  height: 100%;
  padding-right: 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-panel {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.delivery-dialog.ui-dialog .delivery-panel #scroller-anchor {
  display: none;
}
@media (max-width: 480px) {
  .delivery-dialog.ui-dialog .delivery-panel #scroller-anchor {
    position: absolute;
    bottom: 1px;
    display: block;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .button, .delivery-dialog.ui-dialog .delivery-panel .herobanner .cta-block a, .herobanner .cta-block .delivery-dialog.ui-dialog .delivery-panel a {
  display: block;
  width: 180px;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 55px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-panel .button, .delivery-dialog.ui-dialog .delivery-panel .herobanner .cta-block a, .herobanner .cta-block .delivery-dialog.ui-dialog .delivery-panel a {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .delivery-dialog.ui-dialog .delivery-panel .button, .delivery-dialog.ui-dialog .delivery-panel .herobanner .cta-block a, .herobanner .cta-block .delivery-dialog.ui-dialog .delivery-panel a {
    margin-top: 0;
  }
  .delivery-dialog.ui-dialog .delivery-panel .button.fixed, .delivery-dialog.ui-dialog .delivery-panel .herobanner .cta-block a.fixed, .herobanner .cta-block .delivery-dialog.ui-dialog .delivery-panel a.fixed {
    position: fixed;
    bottom: 0;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .button.outline, .delivery-dialog.ui-dialog .delivery-panel .herobanner .cta-block a.outline, .herobanner .cta-block .delivery-dialog.ui-dialog .delivery-panel a.outline {
  border: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-panel .button.outline, .delivery-dialog.ui-dialog .delivery-panel .herobanner .cta-block a.outline, .herobanner .cta-block .delivery-dialog.ui-dialog .delivery-panel a.outline {
    display: none;
  }
}
.delivery-dialog.ui-dialog .delivery-panel h4 {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-panel h4 {
    padding-left: 40px;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .options.mobile-only {
  display: flex;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-panel .options.mobile-only {
    margin-top: 35px;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .options.mobile-only .option {
  height: 40px;
  width: 50%;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  border: 1px solid #E5EAEC;
  background-color: #FBFCFD;
  color: #687278;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 16px;
  padding: 11px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.delivery-dialog.ui-dialog .delivery-panel .options.mobile-only .option.selected {
  background-color: #00AB7F;
  border: none;
  font-weight: bold;
  line-height: 15px;
  color: #FFFFFF;
  border-radius: 0 3px 3px 0;
  padding: 13px 0;
}
.delivery-dialog.ui-dialog .delivery-panel .options.mobile-only .option.selected.list {
  border-radius: 3px 0 0 3px;
}
.delivery-dialog.ui-dialog .delivery-panel p {
  margin: 0;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 25px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #262626;
  padding-right: 30px;
  max-height: 480px;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list {
    padding-right: 0;
    max-height: none;
  }
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list.map-shown {
    margin-top: 298px;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list::-webkit-scrollbar {
  display: none;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div {
  min-height: 90px;
  border-bottom: 1px solid #E5EAEC;
  padding: 13px 0 15px 60px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div {
    padding-left: 60px;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .CB-container {
  display: none;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-details {
  background-image: none;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-details {
    margin-top: 10px;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-details .open-hours {
  width: 60%;
}
@media (max-width: 480px) {
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-details .open-hours {
    width: 65%;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-details .open-hours .day {
  float: left;
  width: 50%;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-details .open-hours .hours {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div:first-child {
  border-top: 1px solid #E5EAEC;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div.selected {
  background-color: #F6F8FA;
}
@media (max-width: 480px) {
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div.selected {
    padding-left: 60px;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div.selected .chevron {
  transform: rotate(180deg);
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .CB-container {
  position: absolute;
  left: 20px;
  top: 35px;
  margin: 0;
  display: block;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .CB-container .checkmark {
  background-color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border-color: #C6CCD2;
  left: 0;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .CB-container input:checked ~ .checkmark:after {
  display: block;
  height: 12px;
  width: 12px;
  background-color: #00AB7F;
  border-radius: 50%;
  border: none;
  transform: none;
  top: 3px;
  left: 3px;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .chevron {
  background-image: url("../../../../Static/AApoteket/Project/Website/icons/chevron-green.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 40px;
  width: 15px;
  height: 8px;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle {
  padding-right: 90px;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .address {
  float: left;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .address {
    width: 100%;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle p {
  font-size: 12px;
  line-height: 17px;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle p.pharmacy-name {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  width: 100%;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .pharmacy-hours {
  color: #687278;
  float: right;
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .pharmacy-hours .status-mark {
  display: none;
  height: 9px;
  width: 9px;
  background-color: #E66C57;
  border-radius: 50%;
  margin-right: 5px;
}
@media (max-width: 480px) {
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .pharmacy-hours .status-mark {
    display: inline-block;
  }
}
.delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .pharmacy-hours .status-mark.selected {
  background-color: #00AB7F;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .pharmacy-hours {
    width: 100%;
  }
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .pharmacy-hours p {
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    color: #262626;
    margin-right: 3px;
  }
  .delivery-dialog.ui-dialog .delivery-panel .delivery-list > div .pharmacy-toggle .pharmacy-hours .current-hours {
    font-weight: bold;
  }
}
.delivery-dialog.ui-dialog .delivery-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .delivery-dialog.ui-dialog .delivery-map {
    width: 100%;
    height: 285px;
    top: 155px;
  }
}

#change-basket-confirm .invalid-text, #change-basket-updated .invalid-text, #atcrestriction-dialog .invalid-text, .change-context-popup .invalid-text, #checkout-error-dialog .invalid-text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
#change-basket-confirm #invalid-products, #change-basket-confirm #atcrestricted-products, #change-basket-updated #invalid-products, #change-basket-updated #atcrestricted-products, #atcrestriction-dialog #invalid-products, #atcrestriction-dialog #atcrestricted-products, .change-context-popup #invalid-products, .change-context-popup #atcrestricted-products, #checkout-error-dialog #invalid-products, #checkout-error-dialog #atcrestricted-products {
  margin-top: 25px;
  max-height: 235px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 25px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#change-basket-confirm #invalid-products::-webkit-scrollbar, #change-basket-confirm #atcrestricted-products::-webkit-scrollbar, #change-basket-updated #invalid-products::-webkit-scrollbar, #change-basket-updated #atcrestricted-products::-webkit-scrollbar, #atcrestriction-dialog #invalid-products::-webkit-scrollbar, #atcrestriction-dialog #atcrestricted-products::-webkit-scrollbar, .change-context-popup #invalid-products::-webkit-scrollbar, .change-context-popup #atcrestricted-products::-webkit-scrollbar, #checkout-error-dialog #invalid-products::-webkit-scrollbar, #checkout-error-dialog #atcrestricted-products::-webkit-scrollbar {
  display: none;
}
#change-basket-confirm #invalid-products > div, #change-basket-confirm #atcrestricted-products > div, #change-basket-updated #invalid-products > div, #change-basket-updated #atcrestricted-products > div, #atcrestriction-dialog #invalid-products > div, #atcrestriction-dialog #atcrestricted-products > div, .change-context-popup #invalid-products > div, .change-context-popup #atcrestricted-products > div, #checkout-error-dialog #invalid-products > div, #checkout-error-dialog #atcrestricted-products > div {
  padding: 15px 0 20px 5px;
  border-top: 1px solid #E5EAEC;
}
#change-basket-confirm #invalid-products > div div, #change-basket-confirm #atcrestricted-products > div div, #change-basket-updated #invalid-products > div div, #change-basket-updated #atcrestricted-products > div div, #atcrestriction-dialog #invalid-products > div div, #atcrestriction-dialog #atcrestricted-products > div div, .change-context-popup #invalid-products > div div, .change-context-popup #atcrestricted-products > div div, #checkout-error-dialog #invalid-products > div div, #checkout-error-dialog #atcrestricted-products > div div {
  font-weight: bold;
}
#change-basket-confirm #invalid-products > div div:last-child, #change-basket-confirm #atcrestricted-products > div div:last-child, #change-basket-updated #invalid-products > div div:last-child, #change-basket-updated #atcrestricted-products > div div:last-child, #atcrestriction-dialog #invalid-products > div div:last-child, #atcrestriction-dialog #atcrestricted-products > div div:last-child, .change-context-popup #invalid-products > div div:last-child, .change-context-popup #atcrestricted-products > div div:last-child, #checkout-error-dialog #invalid-products > div div:last-child, #checkout-error-dialog #atcrestricted-products > div div:last-child {
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}
#change-basket-confirm .buttons, #change-basket-updated .buttons, #atcrestriction-dialog .buttons, .change-context-popup .buttons, #checkout-error-dialog .buttons {
  height: 85px;
  margin-bottom: -40px;
  text-align: center;
  margin-top: 30px;
  margin-left: -30px;
  border-radius: 0 0 5px 5px;
  margin-right: -30px;
  background-color: #F6F8FA;
  padding: 20px 0;
}
@media (max-width: 480px) {
  #change-basket-confirm .buttons, #change-basket-updated .buttons, #atcrestriction-dialog .buttons, .change-context-popup .buttons, #checkout-error-dialog .buttons {
    margin-right: -13px;
    margin-left: -13px;
    margin-bottom: -20px;
  }
}
#change-basket-confirm .buttons .outline, #change-basket-updated .buttons .outline, #atcrestriction-dialog .buttons .outline, .change-context-popup .buttons .outline, #checkout-error-dialog .buttons .outline {
  border: none;
  margin-right: 20px;
}
@media (max-width: 480px) {
  #change-basket-confirm .buttons .outline, #change-basket-updated .buttons .outline, #atcrestriction-dialog .buttons .outline, .change-context-popup .buttons .outline, #checkout-error-dialog .buttons .outline {
    margin-right: 0;
  }
}

#change-basket-updated .buttons {
  background-color: #ffffff;
  margin: 40px 0 0 0;
  height: auto;
  padding: 0;
}

#changepharmacymodal .modal-body {
  color: white;
}
#changepharmacymodal .modal-body #locationInputIcon {
  cursor: pointer;
}

.order-summary {
  max-width: 510px;
  width: 47%;
  right: 0;
  background-color: #F6F8FA;
  padding: 30px 40px 55px 40px;
  box-sizing: border-box;
  color: #262626;
  float: right;
  margin-top: -78px;
}
.order-summary.floated {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .order-summary {
    float: none;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .order-summary {
    padding: 15px 13px 30px 13px;
  }
}
.order-summary p {
  margin: 0;
}
.order-summary .edit-order {
  color: #00AB7F;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  float: right;
}
.order-summary .edit-order:hover {
  color: #00705B;
}
.order-summary h4 {
  margin-bottom: 20px;
}
.order-summary .order-item {
  border-top: 1px solid #C6CCD2;
  padding: 25px 0 30px 0;
  position: relative;
  min-height: 210px;
}
@media screen and (max-width: 480px) {
  .order-summary .order-item {
    padding-bottom: 20px;
    min-height: unset;
  }
}
.order-summary .order-item .product-badge {
  width: 43px;
  height: 43px;
  right: auto;
  left: calc(22% - 29px);
}
@media screen and (max-width: 480px) {
  .order-summary .order-item .product-badge {
    top: 14px;
    left: 71px;
  }
}
.order-summary .order-item .product-badge .primary {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding-top: 7px;
  background-size: 100%;
}
.order-summary .order-item .product-badge .primary .badgetext {
  margin: 0;
}
.order-summary .order-item .product-badge .secondary {
  display: none;
}
.order-summary .order-item .product-badge.SplashOnly {
  display: none;
}
.order-summary .order-item .product-badge.DiscountOffAmount .badgetext, .order-summary .order-item .product-badge.DiscountOffPercentage .badgetext {
  font-size: 10px;
  line-height: 1;
}
.order-summary .order-item .product-badge.DiscountOffAmount .value span:first-child, .order-summary .order-item .product-badge.DiscountOffPercentage .value span:first-child {
  font-size: 18px;
  line-height: 20px;
}
.order-summary .order-item .product-badge.DiscountOffAmount .value span:last-child, .order-summary .order-item .product-badge.DiscountOffPercentage .value span:last-child {
  font-size: 8px;
  bottom: 7px;
  margin-left: -4px;
}
.order-summary .order-item .product-badge.StandardCampaign .badgetext, .order-summary .order-item .product-badge.OnlinePriceCampaign .badgetext {
  line-height: 12px;
  font-size: 10px;
}
.order-summary .order-item .product-badge.NewProduct .badgetext, .order-summary .order-item .product-badge.online-only .badgetext {
  line-height: 9px;
  font-size: 8px;
}
.order-summary .order-item .img-container {
  max-width: 22%;
  max-height: 92px;
  float: left;
  padding: 15px;
  border: 0.64px solid #E5EAEC;
  margin-right: 5.813953%;
  background-color: white;
}
.order-summary .order-item .img-container img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .order-summary .order-item .img-container {
    min-width: 100px;
    max-height: unset;
  }
}
@media screen and (max-width: 480px) {
  .order-summary .order-item .img-container {
    margin-right: 3.636363%;
  }
}
.order-summary .order-item .details {
  display: inline-block;
  max-width: 72.186047%;
}
.order-summary .order-item .details.discount-show {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .order-summary .order-item .details {
    max-width: 62%;
  }
}
.order-summary .order-item .details .brand {
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
}
.order-summary .order-item .details .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.order-summary .order-item .details .strength, .order-summary .order-item .details .group, .order-summary .order-item .details .unit-price {
  color: #000000;
  font-size: 12px;
  line-height: 17px;
}
.order-summary .order-item .details .group {
  margin-bottom: 20px;
}
.order-summary .order-item .price, .order-summary .order-item .qty, .order-summary .order-item .discounted {
  position: absolute;
  left: 28.229665%;
  bottom: 30px;
}
@media screen and (max-width: 480px) {
  .order-summary .order-item .price, .order-summary .order-item .qty, .order-summary .order-item .discounted {
    position: static;
  }
}
.order-summary .order-item .qty {
  left: auto;
  right: 32.29665%;
}
@media screen and (max-width: 480px) {
  .order-summary .order-item .price {
    margin-right: 10%;
  }
}
.order-summary .order-item .discounted {
  left: auto;
  right: 0;
}
@media screen and (max-width: 480px) {
  .order-summary .order-item .discounted {
    float: right;
  }
}
.order-summary .order-item .non-discounted {
  color: #E66C57;
  text-decoration: line-through;
  position: absolute;
  bottom: 50px;
  right: 0;
}
.order-summary .order-item .non-discounted.unit-price {
  left: 28.229665%;
  right: auto;
}
@media screen and (max-width: 480px) {
  .order-summary .order-item .non-discounted.unit-price {
    left: auto;
  }
}
@media screen and (max-width: 480px) {
  .order-summary .order-item .price-block {
    padding-left: 113px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 360px) {
  .order-summary .order-item .price-block {
    padding-left: 0px;
  }
}
.order-summary .price-summary {
  border-top: 1px solid #C6CCD2;
  padding-top: 15px;
}
@media screen and (max-width: 480px) {
  .order-summary .price-summary {
    padding-bottom: 15px;
    border-bottom: 1px solid #C6CCD2;
  }
}
.order-summary .price-summary p {
  width: 50%;
  display: inline-block;
  float: left;
}
.order-summary .price-summary p:nth-child(even) {
  text-align: right;
}
.order-summary .price-summary .total {
  padding-top: 15px;
  border-top: 1px solid #C6CCD2;
  margin-top: 15px;
}
.order-summary .price-summary .total p:first-child {
  font-size: 20px;
  letter-spacing: 0.38px;
  font-weight: bold;
  text-transform: uppercase;
}
.order-summary .price-summary .total p:nth-child(2) {
  font-weight: bold;
  line-height: 19px;
  height: 24px;
}
.order-summary .price-summary .total p:nth-child(n+3) {
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
}

.checkout-login-box {
  min-height: 78px;
  max-width: 510px;
  float: left;
  margin-right: 45px;
  width: 47%;
  background-color: #EDF5F4;
  color: #262626;
  padding: 17px 25px 17px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .checkout-login-box {
    float: none;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .checkout-login-box {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 26px);
    margin: auto;
  }
}
.checkout-login-box p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  max-width: 66%;
}
@media screen and (max-width: 480px) {
  .checkout-login-box p {
    max-width: 55%;
  }
}
.checkout-login-box #billingshippingaddress-login-container button, .checkout-login-box #billingshippingaddress-login-container a.button, .checkout-login-box #billingshippingaddress-login-container .herobanner .cta-block a, .herobanner .cta-block .checkout-login-box #billingshippingaddress-login-container a {
  height: 36px;
  min-width: unset;
  width: 120px;
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 480px) {
  .checkout-login-box #billingshippingaddress-login-container button, .checkout-login-box #billingshippingaddress-login-container a.button, .checkout-login-box #billingshippingaddress-login-container .herobanner .cta-block a, .herobanner .cta-block .checkout-login-box #billingshippingaddress-login-container a {
    right: 20px;
  }
}
.checkout-login-box #billingshippingaddress-login-container button#checkout-login-button {
  top: 20%;
  transform: translateY(-20%);
}
.checkout-login-box #billingshippingaddress-login-container a.button#checkout-signup-button, .checkout-login-box #billingshippingaddress-login-container .herobanner .cta-block a#checkout-signup-button, .herobanner .cta-block .checkout-login-box #billingshippingaddress-login-container a#checkout-signup-button {
  top: 80%;
  transform: translateY(-80%);
  padding: 7px 0;
}

.ui-dialog {
  padding: 40px 30px;
}
@media screen and (max-width: 480px) {
  .ui-dialog {
    padding: 30px 13px 20px;
  }
}
.ui-dialog #billing-submit {
  display: block;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .ui-dialog #billing-submit {
    width: 100%;
  }
}

.checkout-step.desktop {
  padding: 53px 0 0 0;
  border-bottom: 1px solid #E5EAEC;
  margin-bottom: 50px;
  box-sizing: content-box;
}
@media screen and (max-width: 480px) {
  .checkout-step.desktop {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .checkout-step.desktop {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .checkout-step.desktop {
    padding-top: 17px;
  }
}
.checkout-step.desktop div {
  display: inline-block;
  margin-right: 60px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .checkout-step.desktop div {
    margin-right: 20px;
  }
}
.checkout-step.desktop p {
  margin: 0;
  display: inline-block;
  border-radius: 50%;
  padding: 5.5px 13px;
  border: 1.5px solid #C6CCD2;
  margin-right: 12px;
  color: #C6CCD2;
}
.checkout-step.desktop span {
  font-family: "Pharma", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #687278;
}
.checkout-step.desktop .active p {
  border-color: #00AB7F;
  color: #00AB7F;
}
.checkout-step.desktop .active span {
  color: #262626;
}
.checkout-step.mobile {
  background-color: #F6F8FA;
  padding: 12px 17px 15px 17px;
}
@media screen and (min-width: 481px) {
  .checkout-step.mobile {
    display: none;
  }
}
.checkout-step.mobile p {
  margin: 0;
  color: #687278;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 2px;
}
.checkout-step.mobile span {
  font-size: 20px;
  color: #262626;
  line-height: 22px;
  font-family: "Pharma", sans-serif;
}

.main-body.checkout > .container, .main-body.checkout > .rx-error-container, .main-body.checkout > .rx-checkout-container, .main-body.checkout > .richTextSpot.table1, .main-body.checkout > .richTextSpot.table2, .main-body.checkout > .richTextSpot.table3, .main-body.checkout > .richTextSpot.text-only, .main-body.checkout > .richTextSpot.text-narrow, .main-body.checkout > .categorySpot.table1, .main-body.checkout > .categorySpot.table2, .main-body.checkout > .categorySpot.table3, .main-body.checkout > .categorySpot.text-only, .main-body.checkout > .categorySpot.text-narrow {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-body.checkout > .container, .main-body.checkout > .rx-error-container, .main-body.checkout > .rx-checkout-container, .main-body.checkout > .richTextSpot.table1, .main-body.checkout > .richTextSpot.table2, .main-body.checkout > .richTextSpot.table3, .main-body.checkout > .richTextSpot.text-only, .main-body.checkout > .richTextSpot.text-narrow, .main-body.checkout > .categorySpot.table1, .main-body.checkout > .categorySpot.table2, .main-body.checkout > .categorySpot.table3, .main-body.checkout > .categorySpot.text-only, .main-body.checkout > .categorySpot.text-narrow {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.main-body.checkout > .container .delivery-selector, .main-body.checkout > .rx-error-container .delivery-selector, .main-body.checkout > .rx-checkout-container .delivery-selector, .main-body.checkout > .richTextSpot.table1 .delivery-selector, .main-body.checkout > .richTextSpot.table2 .delivery-selector, .main-body.checkout > .richTextSpot.table3 .delivery-selector, .main-body.checkout > .richTextSpot.text-only .delivery-selector, .main-body.checkout > .richTextSpot.text-narrow .delivery-selector, .main-body.checkout > .categorySpot.table1 .delivery-selector, .main-body.checkout > .categorySpot.table2 .delivery-selector, .main-body.checkout > .categorySpot.table3 .delivery-selector, .main-body.checkout > .categorySpot.text-only .delivery-selector, .main-body.checkout > .categorySpot.text-narrow .delivery-selector {
  display: none;
}
.main-body.checkout form {
  float: left;
  max-width: 510px;
  width: 47%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .main-body.checkout form {
    padding: 0 13px;
    width: 100%;
    max-width: none;
    float: none;
  }
  .main-body.checkout form .order-type {
    margin-bottom: 25px;
  }
}
.main-body.checkout form .order-type input, .main-body.checkout form .shipping-method-options input {
  background-color: transparent;
  border-color: #C6CCD2;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 17px;
  padding: 0;
  outline: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  .main-body.checkout form .order-type input, .main-body.checkout form .shipping-method-options input {
    margin: 0 0 20px 0;
  }
}
.main-body.checkout form .order-type input.checked:after, .main-body.checkout form .shipping-method-options input.checked:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #00AB7F;
  border-radius: 50%;
  border: none;
  transform: none;
  top: 3px;
  left: 3px;
}
.main-body.checkout form .order-type label, .main-body.checkout form .shipping-method-options label {
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  vertical-align: super;
}
.main-body.checkout form .order-type label:first-of-type, .main-body.checkout form .shipping-method-options label:first-of-type {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .main-body.checkout form .order-type label:first-of-type, .main-body.checkout form .shipping-method-options label:first-of-type {
    margin-right: 25px;
  }
}
@media screen and (max-width: 480px) {
  .main-body.checkout form .order-type label:first-of-type, .main-body.checkout form .shipping-method-options label:first-of-type {
    margin-right: 15px;
  }
}
.main-body.checkout form .card-container {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .main-body.checkout form .card-container {
    max-width: none;
    padding-bottom: 108px;
    position: relative;
  }
}
.main-body.checkout form .card-container .outline {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 980px) {
  .main-body.checkout form .card-container .outline {
    padding: 14px 67px;
  }
}
@media screen and (max-width: 767px) {
  .main-body.checkout form .card-container .outline {
    position: absolute;
    border: none;
    bottom: 0px;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 50px;
    padding: 14px 15px;
  }
}
.main-body.checkout form .card-container .btn-signin {
  max-width: 255px;
  width: 60%;
  margin-left: 20px;
}
@media screen and (max-width: 980px) {
  .main-body.checkout form .card-container .btn-signin {
    margin: 0;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-body.checkout form .card-container .btn-signin {
    margin: 0;
    width: 100%;
    max-width: none;
  }
}
.main-body.checkout form .card-container .checkbox {
  margin-bottom: 50px;
  margin-top: 35px;
}
.main-body.checkout form .card-container .checkbox input {
  height: 16px;
  width: 16px;
  border: 1px solid #C6CCD2;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}
.main-body.checkout form .card-container .checkbox input.checked {
  border-color: #4C9A8C;
  background-color: #4C9A8C;
}
.main-body.checkout form .card-container .checkbox input.checked:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-body.checkout form .card-container .checkbox span {
  position: relative;
  top: -3px;
}
.main-body.checkout form .card-container #alternative-address {
  padding-bottom: 30px;
}
.main-body.checkout form .address input {
  width: 86%;
}
@media screen and (max-width: 480px) {
  .main-body.checkout form .address input {
    width: 81%;
  }
}
.main-body.checkout form .address img {
  margin-left: 15px;
  margin-bottom: 3px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #00A973;
  border-radius: 50%;
  vertical-align: middle;
}
.main-body.checkout form .address2 {
  display: none;
}
.main-body.checkout form .membersclub-signup-disclaimer-text {
  margin-left: 26px;
}
@media screen and (max-width: 480px) {
  .main-body.checkout .usp-banner {
    padding-top: 45px;
    margin-top: 0;
  }
}

.payment-methods, .shipping-method {
  display: inline-block;
  max-width: 510px;
  width: 47%;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .payment-methods, .shipping-method {
    padding: 0 13px;
    max-width: none;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.payment-methods h4, .shipping-method h4 {
  margin-top: 0;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .payment-methods h4, .shipping-method h4 {
    margin-bottom: 15px;
  }
}
.payment-methods #checkout-select-paymentmethod, .shipping-method #checkout-select-paymentmethod {
  margin-bottom: 265px;
}
@media screen and (max-width: 767px) {
  .payment-methods #checkout-select-paymentmethod, .shipping-method #checkout-select-paymentmethod {
    margin-bottom: 0;
  }
}
.payment-methods .reservation-info-text, .shipping-method .reservation-info-text {
  display: flex;
  justify-content: center;
}
.payment-methods .field-validation-error:not(.hidden), .shipping-method .field-validation-error:not(.hidden) {
  margin-top: 12px;
  display: inline-block;
}
.payment-methods .card, .shipping-method .card {
  min-height: 90px;
  display: block;
  background-color: #F6F8FA;
  border: 1px solid #E5EAEC;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.payment-methods .card .pickupCode, .shipping-method .card .pickupCode {
  margin-top: 20px;
  width: 70%;
}
.payment-methods .card .pickupCode .header, .shipping-method .card .pickupCode .header {
  margin-bottom: 5px;
}
.payment-methods .card .pickupCode input, .shipping-method .card .pickupCode input {
  border-radius: 8px;
  background-color: #ffffff;
  border: 0;
  padding: 21px 60px 22px 20px;
  width: 100%;
  outline: none;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .payment-methods .card .pickupCode input, .shipping-method .card .pickupCode input {
    padding: 21px 20px 22px 20px;
  }
}
.payment-methods .card .CB-container, .shipping-method .card .CB-container {
  padding: 0;
  z-index: 10;
}
.payment-methods .card .CB-container .checkmark, .shipping-method .card .CB-container .checkmark {
  background-color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border-color: #C6CCD2;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (max-width: 480px) {
  .payment-methods .card .CB-container .checkmark, .shipping-method .card .CB-container .checkmark {
    left: 12px;
  }
}
.payment-methods .card .CB-container input:checked ~ .checkmark:after, .shipping-method .card .CB-container input:checked ~ .checkmark:after {
  height: 12px;
  width: 12px;
  background-color: #00AB7F;
  border-radius: 50%;
  border: none;
  transform: none;
  top: 3px;
  left: 3px;
}
.payment-methods .card input[type=radio], .shipping-method .card input[type=radio] {
  background-color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 0;
  border: 1px solid #C6CCD2;
  outline: none;
  margin: 0;
  margin-right: 18px;
  top: 0;
}
.payment-methods .card .payment-type, .shipping-method .card .payment-type {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 33px 130px 33px 60px;
  bottom: 0;
  color: #262626;
  text-transform: none;
}
@media screen and (max-width: 480px) {
  .payment-methods .card .payment-type, .shipping-method .card .payment-type {
    padding-left: 45px;
    padding-right: 115px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
  }
}
.payment-methods .card .payment-method-image-wrapper, .shipping-method .card .payment-method-image-wrapper {
  max-height: 33px;
  padding: 0;
  display: inline-block;
  margin-top: -5px;
  vertical-align: top;
  margin-bottom: -4px;
  bottom: 0;
}
.payment-methods .card .payment-method-image-wrapper .payment-method-image, .shipping-method .card .payment-method-image-wrapper .payment-method-image {
  max-height: 33px;
  width: auto;
}
.payment-methods .card .fee, .payment-methods .card .fee-price, .shipping-method .card .fee, .shipping-method .card .fee-price {
  float: right;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .payment-methods .card .fee, .payment-methods .card .fee-price, .shipping-method .card .fee, .shipping-method .card .fee-price {
    right: 12px;
  }
}
.payment-methods .card .fee, .shipping-method .card .fee {
  font-size: 14px;
  line-height: 22px;
  right: 100px;
}
@media screen and (max-width: 480px) {
  .payment-methods .card .fee, .shipping-method .card .fee {
    right: 70px;
  }
}
.payment-methods .card.Delivery, .payment-methods .card.PickupDeliverySite, .payment-methods .card.PickupExternal, .payment-methods .card.PickupRobot, .payment-methods .card.PickupPharmacy, .payment-methods .card.PickupPharmacyRobotClickNCollect, .payment-methods .card.PickupDeliverySitePharmacy, .payment-methods .card.PickupApoteketToGo, .payment-methods .card.PickupDeliverySitePharmacyStore, .shipping-method .card.Delivery, .shipping-method .card.PickupDeliverySite, .shipping-method .card.PickupExternal, .shipping-method .card.PickupRobot, .shipping-method .card.PickupPharmacy, .shipping-method .card.PickupPharmacyRobotClickNCollect, .shipping-method .card.PickupDeliverySitePharmacy, .shipping-method .card.PickupApoteketToGo, .shipping-method .card.PickupDeliverySitePharmacyStore {
  padding-top: 22px;
}
@media screen and (max-width: 480px) {
  .payment-methods .card.Delivery .CB-container .checkmark, .payment-methods .card.PickupDeliverySite .CB-container .checkmark, .payment-methods .card.PickupExternal .CB-container .checkmark, .payment-methods .card.PickupRobot .CB-container .checkmark, .payment-methods .card.PickupPharmacy .CB-container .checkmark, .payment-methods .card.PickupPharmacyRobotClickNCollect .CB-container .checkmark, .payment-methods .card.PickupDeliverySitePharmacy .CB-container .checkmark, .payment-methods .card.PickupApoteketToGo .CB-container .checkmark, .payment-methods .card.PickupDeliverySitePharmacyStore .CB-container .checkmark, .shipping-method .card.Delivery .CB-container .checkmark, .shipping-method .card.PickupDeliverySite .CB-container .checkmark, .shipping-method .card.PickupExternal .CB-container .checkmark, .shipping-method .card.PickupRobot .CB-container .checkmark, .shipping-method .card.PickupPharmacy .CB-container .checkmark, .shipping-method .card.PickupPharmacyRobotClickNCollect .CB-container .checkmark, .shipping-method .card.PickupDeliverySitePharmacy .CB-container .checkmark, .shipping-method .card.PickupApoteketToGo .CB-container .checkmark, .shipping-method .card.PickupDeliverySitePharmacyStore .CB-container .checkmark {
    top: 24px;
  }
}
.payment-methods .card.Delivery .fee, .payment-methods .card.PickupDeliverySite .fee, .payment-methods .card.PickupExternal .fee, .payment-methods .card.PickupRobot .fee, .payment-methods .card.PickupPharmacy .fee, .payment-methods .card.PickupPharmacyRobotClickNCollect .fee, .payment-methods .card.PickupDeliverySitePharmacy .fee, .payment-methods .card.PickupApoteketToGo .fee, .payment-methods .card.PickupDeliverySitePharmacyStore .fee, .shipping-method .card.Delivery .fee, .shipping-method .card.PickupDeliverySite .fee, .shipping-method .card.PickupExternal .fee, .shipping-method .card.PickupRobot .fee, .shipping-method .card.PickupPharmacy .fee, .shipping-method .card.PickupPharmacyRobotClickNCollect .fee, .shipping-method .card.PickupDeliverySitePharmacy .fee, .shipping-method .card.PickupApoteketToGo .fee, .shipping-method .card.PickupDeliverySitePharmacyStore .fee {
  right: 50px;
  font-size: 16px;
  line-height: 24px;
  top: 45px;
}
@media screen and (max-width: 480px) {
  .payment-methods .card.Delivery .fee, .payment-methods .card.PickupDeliverySite .fee, .payment-methods .card.PickupExternal .fee, .payment-methods .card.PickupRobot .fee, .payment-methods .card.PickupPharmacy .fee, .payment-methods .card.PickupPharmacyRobotClickNCollect .fee, .payment-methods .card.PickupDeliverySitePharmacy .fee, .payment-methods .card.PickupApoteketToGo .fee, .payment-methods .card.PickupDeliverySitePharmacyStore .fee, .shipping-method .card.Delivery .fee, .shipping-method .card.PickupDeliverySite .fee, .shipping-method .card.PickupExternal .fee, .shipping-method .card.PickupRobot .fee, .shipping-method .card.PickupPharmacy .fee, .shipping-method .card.PickupPharmacyRobotClickNCollect .fee, .shipping-method .card.PickupDeliverySitePharmacy .fee, .shipping-method .card.PickupApoteketToGo .fee, .shipping-method .card.PickupDeliverySitePharmacyStore .fee {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    top: 27px;
    right: 12px;
  }
}
.payment-methods .card.NotPickable .CB-container, .shipping-method .card.NotPickable .CB-container {
  cursor: not-allowed;
}
.payment-methods .card.NotPickable .CB-container .checkmark, .shipping-method .card.NotPickable .CB-container .checkmark {
  display: none;
}

.shipping-method h4 {
  margin-bottom: 40px;
}
.shipping-method > div p.text-warning {
  margin: 0 0 35px;
  font-weight: 300;
}
.shipping-method > p {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 45px;
  border-top: 1px solid #E5EAEC;
}
.shipping-method .shipping-method-options .option-delivery, .shipping-method .shipping-method-options .option-pickup {
  margin-bottom: 20px;
}
.shipping-method .shipping-method-options .option-delivery .CB-container, .shipping-method .shipping-method-options .option-pickup .CB-container {
  padding: 0;
  margin: 0;
}
.shipping-method .shipping-method-options .option-delivery .CB-container span:first-child, .shipping-method .shipping-method-options .option-pickup .CB-container span:first-child {
  padding-left: 30px;
  color: #262626;
  font-size: 16px;
  text-transform: none;
  line-height: 24px;
  bottom: 0;
}
.shipping-method .shipping-method-options .option-delivery .CB-container .delivery-method-text, .shipping-method .shipping-method-options .option-pickup .CB-container .delivery-method-text {
  position: absolute;
  left: 30px;
  font-size: 14px;
  top: 30px;
  line-height: 18px;
}
.shipping-method .shipping-method-options .option-delivery .CB-container .checkmark, .shipping-method .shipping-method-options .option-pickup .CB-container .checkmark {
  background-color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border-color: #C6CCD2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.shipping-method .shipping-method-options .option-delivery .CB-container input:checked ~ .checkmark:after, .shipping-method .shipping-method-options .option-pickup .CB-container input:checked ~ .checkmark:after {
  height: 12px;
  width: 12px;
  background-color: #00AB7F;
  border-radius: 50%;
  border: none;
  transform: none;
  top: 3px;
  left: 3px;
}
.shipping-method .shipping-method-options .option-pickup {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .shipping-method .shipping-method-options .option-pickup {
    margin-top: 35px;
  }
}
.shipping-method .CB-container {
  margin: 0;
}
.shipping-method .CB-container .payment-type {
  padding: 0 130px 0 60px;
}
@media screen and (max-width: 480px) {
  .shipping-method .CB-container .payment-type {
    padding-right: 50px;
  }
}
.shipping-method .CB-container .sub-text {
  font-size: 14px;
  line-height: 22px;
  padding: 0 115px 0 60px;
  margin-bottom: 10px;
  display: block;
}
.shipping-method .details {
  position: relative;
  padding-left: 60px;
  bottom: 45px;
}
.shipping-method .details div {
  font-size: 14px;
  color: #687278;
  line-height: 22px;
}
.shipping-method .extended-details {
  padding-left: 60px;
  padding-bottom: 30px;
}
.shipping-method .extended-details .extended-details-text, .shipping-method .extended-details #pharmacy-box-additional-info {
  font-size: 12px;
  line-height: 16px;
  color: #687278;
  max-width: 335px;
  padding-right: 20px;
}
.shipping-method .extended-details .pickup-seleted {
  margin-top: 20px;
  max-width: 335px;
  padding-right: 20px;
}
.shipping-method .extended-details .pickup-seleted .selected-name, .shipping-method .extended-details .pickup-seleted .selected-address, .shipping-method .extended-details .pickup-seleted .howto {
  font-size: 14px;
  color: #687278;
  line-height: 22px;
}
.shipping-method .extended-details .pickup-seleted .selected-name {
  margin-top: 5px;
}
.shipping-method .extended-details .select-pickup {
  font-weight: 600;
  color: #00AB7F;
  margin-top: 15px;
  line-height: 22px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.shipping-method .shipping-conditions {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .shipping-method .shipping-conditions {
    margin-bottom: 0;
  }
}
.shipping-method .shipping-conditions .open-conditions, .shipping-method .shipping-conditions .accept-conditions {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  bottom: 5px;
  color: #262626;
}
.shipping-method .shipping-conditions .accept-conditions {
  cursor: pointer;
}
.shipping-method .shipping-conditions .accept-conditions:hover {
  text-decoration: underline;
}
.shipping-method .shipping-conditions .CB-container:last-child {
  margin-top: 5px;
}
.shipping-method .shipping-conditions .CB-container a {
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .shipping-method .shipping-conditions .CB-container .checkmark {
    height: 16px;
    width: 16px;
  }
  .shipping-method .shipping-conditions .CB-container .checkmark:after {
    width: 5px;
    height: 10px;
    left: 5px;
    top: 1px;
  }
}

.checkout-navigation-links {
  display: inline-block;
  max-width: 510px;
  width: 47%;
}
@media screen and (max-width: 959px) {
  .checkout-navigation-links {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .checkout-navigation-links {
    max-width: none;
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .checkout-navigation-links {
    top: 40%;
    padding: 0 13px;
  }
}
.checkout-navigation-links .previous {
  float: left;
}
.checkout-navigation-links .previous a {
  display: block;
  padding: 14px 25px;
  height: 44px;
}
@media screen and (max-width: 1050px) {
  .checkout-navigation-links .previous {
    float: none;
  }
}
.checkout-navigation-links .next {
  float: right;
}
.checkout-navigation-links .next a, .checkout-navigation-links .next input {
  display: block;
  margin: auto;
  padding: 14px 25px;
  color: #ffffff;
}
.checkout-navigation-links .next.invalid .button, .checkout-navigation-links .next.invalid .herobanner .cta-block a, .herobanner .cta-block .checkout-navigation-links .next.invalid a {
  background-color: #687278;
  cursor: default;
}
.checkout-navigation-links .next.invalid .button:hover, .checkout-navigation-links .next.invalid .herobanner .cta-block a:hover, .herobanner .cta-block .checkout-navigation-links .next.invalid a:hover {
  background-color: #262626 !important;
}
@media screen and (max-width: 1050px) {
  .checkout-navigation-links .next {
    float: none;
    margin-bottom: 20px;
  }
  .checkout-navigation-links .next input {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .checkout-navigation-links .next a {
    width: 100%;
  }
}

.top-navigation.checkout header {
  background-color: #FBFCFD;
  top: 0;
}
@media screen and (max-width: 480px) {
  .top-navigation.checkout header {
    background-color: #ffffff;
  }
}

.shipping-information-desktop {
  max-width: 510px;
  width: 47%;
  float: right;
  background-color: #F6F8FA;
  padding: 35px 20px 40px 40px;
  box-sizing: border-box;
  color: #262626;
  clear: both;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .shipping-information-desktop {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .shipping-information-desktop {
    display: none;
  }
}
.shipping-information-desktop h4 {
  margin-top: 0;
  margin-bottom: 35px;
}
.shipping-information-desktop p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}

.shipping-information-mobile {
  display: none;
  background-color: #F6F8FA;
  padding: 15px 13px 30px 13px;
  color: #262626;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .shipping-information-mobile {
    display: inline-block;
  }
}
.shipping-information-mobile > span {
  width: 50%;
  display: inline-block;
}
.shipping-information-mobile p {
  margin: 0;
}
.shipping-information-mobile #shipping-information-details {
  padding-top: 25px;
}
.shipping-information-mobile #shipping-information-details-toggle {
  float: right;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  color: #00AB7F;
}

#login-dialog .login #login-error {
  bottom: 15px;
  float: left;
}
#login-dialog .login #login-submit {
  display: block;
  text-align: center;
  margin-top: 30px;
}
#login-dialog .login #forgotPassword {
  float: right;
}

.product-grid.favorites {
  margin-bottom: 50px;
  margin-top: 50px;
}
.product-grid.favorites .button, .product-grid.favorites .herobanner .cta-block a, .herobanner .cta-block .product-grid.favorites a {
  text-align: center;
}
.product-grid.favorites .product-resultsmargin {
  margin-bottom: 40px;
}
.product-grid.favorites .product-spot {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .product-grid.favorites .product-spot {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (max-width: 480px) {
  .product-grid.favorites .product-spot {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product-grid.favorites .product-spot .errorMessage {
  color: red;
  font-size: 12px;
}
.product-grid.favorites .product-spot .close-button {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 10px;
  left: 30px;
  background-color: white;
  z-index: 9;
  border-radius: 50%;
  cursor: pointer;
}
.product-grid.favorites .product-spot .close-button .close-cross:before, .product-grid.favorites .product-spot .close-button .close-cross:after {
  position: absolute;
  left: 12.1px;
  top: 7.4px;
  content: " ";
  height: 10px;
  width: 1px;
  background-color: black;
}
.product-grid.favorites .product-spot .close-button .close-cross:before {
  transform: rotate(45deg);
}
.product-grid.favorites .product-spot .close-button .close-cross:after {
  transform: rotate(-45deg);
}
.product-grid.favorites .product-spot .close-button:hover {
  background-color: black;
}
.product-grid.favorites .product-spot .close-button:hover .close-cross:before, .product-grid.favorites .product-spot .close-button:hover .close-cross:after {
  background-color: white;
}
.product-grid.favorites .product-spot.notActive {
  opacity: 0.4;
}

#atc-restriction-error-text .field-validation-error {
  font-size: 14px;
  line-height: 16px;
  color: #E66C57;
  position: relative;
  bottom: 15px;
}

.checkout.paymentform {
  /*hide default submitbtn*/
}
.checkout.paymentform h2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .checkout.paymentform > div {
    margin-top: 35px;
  }
  .checkout.paymentform > div img {
    padding-left: 30px;
  }
}
.checkout.paymentform .AltaPaySubmitButton {
  display: none !important;
}
.checkout.paymentform #CreditCard {
  background-color: #F6F8FA;
  padding-top: 35px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.checkout.paymentform #CreditCard .pensio_payment_form_label_cell {
  color: #687278;
  line-height: 22px;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.checkout.paymentform #CreditCard .pensio_payment_form_row.expiry_row {
  display: inline-block;
  min-width: 158px;
}
.checkout.paymentform #CreditCard .pensio_payment_form_row.expiry_row select {
  height: 48px;
  width: 76px;
  border: 1px solid #E5EAEC;
  border-radius: 3px;
  text-align: center;
  color: #687278;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
}
.checkout.paymentform #CreditCard .pensio_payment_form_row.expiry_row select#eyear {
  padding-left: 20px;
}
.checkout.paymentform #CreditCard .pensio_payment_form_row.expiry_row label[for=eyear], .checkout.paymentform #CreditCard .pensio_payment_form_row.expiry_row label[for=emonth], .checkout.paymentform #CreditCard .pensio_payment_form_row.expiry_row label.pensio_payment_form_label_cell_divider, .checkout.paymentform #CreditCard .pensio_payment_form_row.expiry_row br {
  display: none !important;
}
.checkout.paymentform #CreditCard .pensio_payment_form_row.cvc_row {
  display: inline-block;
  width: 76px;
  margin-left: 14%;
}
@media screen and (max-width: 480px) {
  .checkout.paymentform #CreditCard .pensio_payment_form_row.cvc_row {
    float: right;
    margin-left: 0;
  }
}
.checkout.paymentform #CreditCard .pensio_payment_form_row.cvc_description_row {
  display: none;
}
.checkout.paymentform #CreditCard img {
  width: 40px !important;
  height: 26px !important;
}

.paymentreceipt .header {
  margin-top: 113px;
  height: 54px;
  color: #262626;
  font-family: Pharma;
  font-size: 46px;
  font-weight: bold;
  line-height: 54px;
}
.paymentreceipt .centered {
  text-align: center;
}
.paymentreceipt .subheader {
  margin-top: 58px;
}
.paymentreceipt .subheader .subheadertext {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 30px;
}
.paymentreceipt .subheader .ordernumberbox {
  height: 44px;
  width: 215px;
  margin: auto;
  margin-bottom: 90px;
  text-align: center;
  padding: 9px 0;
  border: 1px solid #E5EAEC;
}
.paymentreceipt .subheader .ordernumberbox p {
  margin: 0;
  font-size: 14px;
}
.paymentreceipt .createprofile {
  text-align: left;
  padding: 45px 60px 50px 60px;
  background-color: #EDF5F4;
}
@media screen and (max-width: 767px) {
  .paymentreceipt .createprofile {
    padding: 45px 20px 50px 20px;
  }
}
.paymentreceipt .createprofile .lefttext {
  float: left;
  color: #262626;
  text-align: left;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .paymentreceipt .createprofile .lefttext {
    max-width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
.paymentreceipt .createprofile .lefttext p:nth-of-type(1) {
  margin: 0;
  font-weight: bold;
}
.paymentreceipt .createprofile .lefttext p:nth-of-type(2) {
  margin: 0;
  font-weight: 300;
}
.paymentreceipt .createprofile .email {
  float: right;
  margin-right: 10px;
  margin-top: -2px;
  max-width: 36%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .paymentreceipt .createprofile .email {
    float: left;
    max-width: 63%;
  }
}
@media screen and (max-width: 480px) {
  .paymentreceipt .createprofile .email {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.paymentreceipt .createprofile .email input {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 3px;
  height: 48px;
  border: 1px solid #E5EAEC;
  color: #687278;
  padding-left: 20px;
}
.paymentreceipt .createprofile .btn {
  float: right;
}
@media screen and (max-width: 480px) {
  .paymentreceipt .createprofile .btn {
    float: none;
  }
}
.paymentreceipt .createprofile .btn a {
  display: block;
  min-width: unset;
  padding: 14px 18px;
}
.paymentreceipt .order-information {
  margin-bottom: 81px;
}
.paymentreceipt .order-information .order-specifications {
  width: 270px;
}
.paymentreceipt .order-information .order-lines .product-badge.SplashOnly {
  display: none;
}
.paymentreceipt .personal-advice {
  margin-bottom: 81px;
}
@media (max-width: 480px) {
  .checkout-receipt-loading {
    margin-bottom: 50px;
  }
}
.checkout-receipt-loading .container, .checkout-receipt-loading .rx-error-container, .checkout-receipt-loading .rx-checkout-container, .checkout-receipt-loading .richTextSpot.table1, .checkout-receipt-loading .richTextSpot.table2, .checkout-receipt-loading .richTextSpot.table3, .checkout-receipt-loading .richTextSpot.text-only, .checkout-receipt-loading .richTextSpot.text-narrow, .checkout-receipt-loading .categorySpot.table1, .checkout-receipt-loading .categorySpot.table2, .checkout-receipt-loading .categorySpot.table3, .checkout-receipt-loading .categorySpot.text-only, .checkout-receipt-loading .categorySpot.text-narrow {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .checkout-receipt-loading .container, .checkout-receipt-loading .rx-error-container, .checkout-receipt-loading .rx-checkout-container, .checkout-receipt-loading .richTextSpot.table1, .checkout-receipt-loading .richTextSpot.table2, .checkout-receipt-loading .richTextSpot.table3, .checkout-receipt-loading .richTextSpot.text-only, .checkout-receipt-loading .richTextSpot.text-narrow, .checkout-receipt-loading .categorySpot.table1, .checkout-receipt-loading .categorySpot.table2, .checkout-receipt-loading .categorySpot.table3, .checkout-receipt-loading .categorySpot.text-only, .checkout-receipt-loading .categorySpot.text-narrow {
    margin-top: 50px;
  }
}
.checkout-receipt-loading .container .spinner, .checkout-receipt-loading .rx-error-container .spinner, .checkout-receipt-loading .rx-checkout-container .spinner, .checkout-receipt-loading .richTextSpot.table1 .spinner, .checkout-receipt-loading .richTextSpot.table2 .spinner, .checkout-receipt-loading .richTextSpot.table3 .spinner, .checkout-receipt-loading .richTextSpot.text-only .spinner, .checkout-receipt-loading .richTextSpot.text-narrow .spinner, .checkout-receipt-loading .categorySpot.table1 .spinner, .checkout-receipt-loading .categorySpot.table2 .spinner, .checkout-receipt-loading .categorySpot.table3 .spinner, .checkout-receipt-loading .categorySpot.text-only .spinner, .checkout-receipt-loading .categorySpot.text-narrow .spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  margin: auto;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  /* Safari */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 480px) {
  .checkout-receipt-loading .container .spinner, .checkout-receipt-loading .rx-error-container .spinner, .checkout-receipt-loading .rx-checkout-container .spinner, .checkout-receipt-loading .richTextSpot.table1 .spinner, .checkout-receipt-loading .richTextSpot.table2 .spinner, .checkout-receipt-loading .richTextSpot.table3 .spinner, .checkout-receipt-loading .richTextSpot.text-only .spinner, .checkout-receipt-loading .richTextSpot.text-narrow .spinner, .checkout-receipt-loading .categorySpot.table1 .spinner, .checkout-receipt-loading .categorySpot.table2 .spinner, .checkout-receipt-loading .categorySpot.table3 .spinner, .checkout-receipt-loading .categorySpot.text-only .spinner, .checkout-receipt-loading .categorySpot.text-narrow .spinner {
    width: 110px;
    height: 110px;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
  }
}
.checkout-receipt-loading .container .text, .checkout-receipt-loading .rx-error-container .text, .checkout-receipt-loading .rx-checkout-container .text, .checkout-receipt-loading .richTextSpot.table1 .text, .checkout-receipt-loading .richTextSpot.table2 .text, .checkout-receipt-loading .richTextSpot.table3 .text, .checkout-receipt-loading .richTextSpot.text-only .text, .checkout-receipt-loading .richTextSpot.text-narrow .text, .checkout-receipt-loading .categorySpot.table1 .text, .checkout-receipt-loading .categorySpot.table2 .text, .checkout-receipt-loading .categorySpot.table3 .text, .checkout-receipt-loading .categorySpot.text-only .text, .checkout-receipt-loading .categorySpot.text-narrow .text {
  margin-top: 15px;
}
.checkout-receipt-loading #checkout-receipt-loading-redirect {
  text-align: center;
}
@media (max-width: 767px) {
  .checkout-receipt-loading #checkout-receipt-loading-redirect {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .checkout-receipt-loading #checkout-receipt-loading-redirect {
    padding: 0 14px;
  }
}
.checkout-receipt-loading #checkout-receipt-loading-redirect #checkout-receipt-loading-redirect-btn {
  display: block;
  margin: auto;
  margin-top: 30px;
}

.loginPage {
  text-align: center;
}
.loginPage button {
  width: 180px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .loginPage button.login-btn, .loginPage button.signup-btn, .loginPage button.btn-signin, .loginPage button#back-to-login-btn {
    width: 48%;
    min-width: unset;
  }
}
.loginPage button.signup-btn {
  background-color: transparent;
  border: 1px solid #00ab7f;
  color: #00ab7f;
}
.loginPage button.signup-btn.selected {
  background-color: #00A973;
  color: #ffffff;
}
.loginPage button.login-btn, .loginPage button#back-to-login-btn {
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .loginPage button.login-btn, .loginPage button#back-to-login-btn {
    margin-right: 4%;
    float: left;
  }
}
.loginPage button.login-btn.selected, .loginPage button#back-to-login-btn.selected {
  background-color: #00A973;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .loginPage .signupform, .loginPage .loginbox {
    margin-top: 50px;
  }
}
.loginPage .signupform form, .loginPage .loginbox form {
  display: block;
}
.loginPage .signupform .card-container, .loginPage .loginbox .card-container {
  max-width: 540px;
  margin: auto;
}
.loginPage .signupform .card-container div:not(.input-container), .loginPage .loginbox .card-container div:not(.input-container) {
  text-align: left;
}
.loginPage .signupform .card-container .adress, .loginPage .loginbox .card-container .adress {
  text-align: left;
}
.loginPage .signupform .card-container .adress input, .loginPage .loginbox .card-container .adress input {
  width: 89%;
}
@media screen and (max-width: 480px) {
  .loginPage .signupform .card-container .adress input, .loginPage .loginbox .card-container .adress input {
    width: 80%;
  }
}
.loginPage .signupform .card-container .adress img, .loginPage .loginbox .card-container .adress img {
  margin-left: 15px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #00A973;
  border-radius: 50%;
  vertical-align: middle;
}
.loginPage .signupform .adress2, .loginPage .loginbox .adress2 {
  display: none;
}
.loginPage .signupform .postal, .loginPage .loginbox .postal {
  width: 28%;
  float: left;
  margin-right: 5%;
}
.loginPage .signupform .city, .loginPage .loginbox .city {
  width: 67%;
  display: inline-block;
}
.loginPage .signupform .input-container, .loginPage .loginbox .input-container {
  margin: 20px 0px;
}
.loginPage .signupform {
  display: none;
}
.loginPage .loginbox {
  display: none;
}
.loginPage .loginbox #Password {
  margin-bottom: 5px;
}
.loginPage .loginbox .forgot-password {
  font-size: 13px;
  line-height: 22px;
  color: #687278;
  float: right;
  text-decoration: underline;
}

.login-error {
  font-size: 14px;
  line-height: 16px;
  color: #E66C57;
  position: relative;
  bottom: 15px;
}

.card-container {
  max-width: 540px;
  margin: auto;
}
.card-container div:not(.input-container) {
  text-align: left;
}
.card-container p {
  margin: 0;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  color: #687278;
  margin-bottom: 3px;
}

#forgotPassword {
  color: #687278;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 16px;
  display: block;
  text-align: right;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 2px;
}

form.popup a.button, form.popup .herobanner .cta-block a, .herobanner .cta-block form.popup a {
  width: 180px;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 35px;
}
@media (max-width: 767px) {
  form.popup a.button, form.popup .herobanner .cta-block a, .herobanner .cta-block form.popup a {
    margin-top: 20px;
    width: auto;
  }
}

.change-password {
  margin: 120px 0;
}

.changeinfo {
  margin-top: 85px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .changeinfo {
    padding: 0 14px;
  }
}
.changeinfo h2 {
  text-align: center;
}
.changeinfo .adress {
  text-align: left;
}
.changeinfo .adress input {
  width: 89%;
}
@media screen and (max-width: 480px) {
  .changeinfo .adress input {
    width: 80%;
  }
}
.changeinfo .adress img {
  margin-left: 15px;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #00A973;
  border-radius: 50%;
  vertical-align: middle;
}
.changeinfo .adress2 {
  display: none;
}
.changeinfo .favoritePharmacy strong {
  color: #000000;
}
.changeinfo .favoritePharmacy a {
  color: #00AB7F;
}
.changeinfo .favoritePharmacy a:hover {
  color: #00705B;
}
.changeinfo #billing-submit {
  margin: auto;
  display: block;
  margin-top: 50px;
}

.myPage {
  margin-bottom: 70px;
  max-width: 935px;
  color: #262626;
}
.myPage .account-info, .myPage .orderhistory {
  display: inline-block;
  max-width: 445px;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .myPage .account-info, .myPage .orderhistory {
    max-width: none;
    width: 100%;
  }
}
.myPage .account-info .customerinformation, .myPage .account-info .latest-order, .myPage .orderhistory .customerinformation, .myPage .orderhistory .latest-order {
  background-color: #F6F8FA;
  padding: 65px 60px 50px 60px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .myPage .account-info .customerinformation, .myPage .account-info .latest-order, .myPage .orderhistory .customerinformation, .myPage .orderhistory .latest-order {
    padding: 65px 20px 50px 20px;
  }
}
.myPage .account-info .customerinformation > a, .myPage .account-info .latest-order > a, .myPage .orderhistory .customerinformation > a, .myPage .orderhistory .latest-order > a {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: #00AB7F;
  position: absolute;
  right: 41px;
  top: 27px;
}
.myPage .account-info .customerinformation > a:hover, .myPage .account-info .latest-order > a:hover, .myPage .orderhistory .customerinformation > a:hover, .myPage .orderhistory .latest-order > a:hover {
  color: #00705B;
}
.myPage .account-info .customerinformation h4, .myPage .account-info .latest-order h4, .myPage .orderhistory .customerinformation h4, .myPage .orderhistory .latest-order h4 {
  margin-top: 0;
  margin-bottom: 30px;
}
.myPage .account-info .customerinformation div, .myPage .account-info .latest-order div, .myPage .orderhistory .customerinformation div, .myPage .orderhistory .latest-order div {
  margin-bottom: 25px;
}
.myPage .account-info .customerinformation div p, .myPage .account-info .latest-order div p, .myPage .orderhistory .customerinformation div p, .myPage .orderhistory .latest-order div p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.myPage .account-info .customerinformation div p:first-child, .myPage .account-info .latest-order div p:first-child, .myPage .orderhistory .customerinformation div p:first-child, .myPage .orderhistory .latest-order div p:first-child {
  font-weight: bold;
}
.myPage .account-info .customerinformation div:last-of-type, .myPage .account-info .latest-order div:last-of-type, .myPage .orderhistory .customerinformation div:last-of-type, .myPage .orderhistory .latest-order div:last-of-type {
  margin-bottom: 0;
}
.myPage .account-info .password, .myPage .account-info .saved-products, .myPage .account-info .newsletter-widget, .myPage .orderhistory .password, .myPage .orderhistory .saved-products, .myPage .orderhistory .newsletter-widget {
  min-height: 82px;
  background-color: #F6F8FA;
  margin-bottom: 10px;
  padding: 30px 42px 30px 60px;
}
@media screen and (max-width: 480px) {
  .myPage .account-info .password, .myPage .account-info .saved-products, .myPage .account-info .newsletter-widget, .myPage .orderhistory .password, .myPage .orderhistory .saved-products, .myPage .orderhistory .newsletter-widget {
    padding: 30px 20px 30px 20px;
  }
}
.myPage .account-info .password h4, .myPage .account-info .saved-products h4, .myPage .account-info .newsletter-widget h4, .myPage .orderhistory .password h4, .myPage .orderhistory .saved-products h4, .myPage .orderhistory .newsletter-widget h4 {
  font-size: 20px;
  line-height: 22px;
  margin: 0;
}
.myPage .account-info .password a, .myPage .account-info .saved-products a, .myPage .account-info .newsletter-widget a, .myPage .orderhistory .password a, .myPage .orderhistory .saved-products a, .myPage .orderhistory .newsletter-widget a {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: #00AB7F;
  float: right;
}
.myPage .account-info .password a:hover, .myPage .account-info .saved-products a:hover, .myPage .account-info .newsletter-widget a:hover, .myPage .orderhistory .password a:hover, .myPage .orderhistory .saved-products a:hover, .myPage .orderhistory .newsletter-widget a:hover {
  color: #00705B;
  cursor: pointer;
}
.myPage .account-info .saved-products, .myPage .orderhistory .saved-products {
  margin-bottom: 0;
}
.myPage .orderhistory {
  float: right;
  max-width: 445px;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .myPage .orderhistory {
    margin-top: 50px;
    max-width: none;
    width: 100%;
  }
}
.myPage .orderhistory .latest-order .history-info {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
.myPage .orderhistory .latest-order .history-info div {
  background-color: #E5EAEC;
  min-width: 65px;
  height: 22px;
  border: 1px solid #E5EAEC;
  border-radius: 3px;
  color: #687278;
  display: inline-block;
  padding: 0px 10px;
  margin-right: 20px;
  margin-top: 15px;
}
.myPage .orderhistory .latest-order .history-info a {
  color: #687278;
  text-decoration: underline;
}
.myPage .orderhistory .latest-order p {
  margin: 0;
}
.myPage .orderhistory .latest-order .latest-order {
  margin-bottom: 20px;
}
.myPage .orderhistory .latest-order .img-container {
  max-width: 150px;
  max-height: 150px;
  margin: 20px 0;
  border: 1px solid #E5EAEC;
}
.myPage .orderhistory .latest-order .img-container img {
  width: 100%;
  height: 100%;
}
.myPage .orderhistory .latest-order .history-total {
  border-top: 1px solid #262626;
  padding-top: 20px;
}
.myPage .orderhistory .latest-order .history-total div {
  margin: 0;
  float: left;
}
.myPage .orderhistory .latest-order .history-total div:last-child {
  float: right;
  text-align: right;
}
.myPage .orderhistory .managecustomerinfo {
  color: #687278;
}
.myPage .orderhistory .managecustomerinfo strong {
  font-size: 12px;
  line-height: 16px;
}
.myPage .orderhistory .managecustomerinfo p {
  font-size: 12px;
  line-height: 17px;
}

.order-information {
  margin-top: 115px;
  color: #262626;
}
.order-information h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .order-information h1 {
    margin: 85px 0 90px 0;
  }
}
.order-information .purchase-info {
  background-color: #F6F8FA;
  padding: 30px 9% 50px 8%;
  margin-bottom: 30px;
}
@media screen and (max-width: 955px) {
  .order-information .purchase-info {
    padding: 30px 20px 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .order-information .purchase-info {
    background-color: white;
    padding: 25px 15px 30px 15px;
    border-top: 1px solid #E5EAEC;
    margin-bottom: 0;
  }
}
.order-information .purchase-info p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.order-information .purchase-info .billing-adress {
  float: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .order-information .purchase-info .billing-adress {
    width: 100%;
    margin-bottom: 35px;
  }
}
.order-information .purchase-info .billing-adress > p:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .order-information .purchase-info .billing-adress > p:first-child {
    margin-bottom: 0;
  }
}
.order-information .purchase-info .shipping-adress {
  float: left;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .order-information .purchase-info .shipping-adress {
    width: 100%;
    margin-bottom: 35px;
  }
}
.order-information .purchase-info .shipping-adress > p:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .order-information .purchase-info .shipping-adress > p:first-child {
    margin-bottom: 0;
  }
}
.order-information .purchase-info .order-specifications {
  float: right;
}
@media screen and (max-width: 767px) {
  .order-information .purchase-info .order-specifications {
    width: 100%;
  }
}
.order-information .purchase-info .order-specifications > p:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .order-information .purchase-info .order-specifications > p:first-child {
    margin-bottom: 0;
  }
}
.order-information .purchase-info .order-specifications div {
  display: table;
  width: 100%;
}
.order-information .purchase-info .order-specifications div p {
  float: left;
  width: 60%;
}
.order-information .purchase-info .order-specifications div p:nth-child(2n) {
  width: 40%;
}
.order-information .order-lines {
  border-top: 1px solid #E5EAEC;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.order-information .order-lines .product-badge {
  width: 43px;
  height: 43px;
  top: 14px;
  right: auto;
  left: 61px;
}
.order-information .order-lines .product-badge .primary {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding-top: 7px;
  background-size: 100%;
}
.order-information .order-lines .product-badge .primary .badgetext {
  margin: 0;
}
.order-information .order-lines .product-badge.DiscountOffAmount .badgetext, .order-information .order-lines .product-badge.DiscountOffPercentage .badgetext {
  font-size: 10px;
  line-height: 1;
}
.order-information .order-lines .product-badge.DiscountOffAmount .value span:first-child, .order-information .order-lines .product-badge.DiscountOffPercentage .value span:first-child {
  font-size: 18px;
  line-height: 20px;
}
.order-information .order-lines .product-badge.DiscountOffAmount .value span:last-child, .order-information .order-lines .product-badge.DiscountOffPercentage .value span:last-child {
  font-size: 8px;
  bottom: 7px;
  margin-left: -4px;
}
.order-information .order-lines .product-badge.StandardCampaign .badgetext, .order-information .order-lines .product-badge.OnlinePriceCampaign .badgetext {
  line-height: 12px;
  font-size: 10px;
}
.order-information .order-lines .product-badge.NewProduct .badgetext, .order-information .order-lines .product-badge.online-only .badgetext {
  line-height: 9px;
  font-size: 8px;
}
.order-information .order-lines p {
  margin: 0;
}
.order-information .order-lines img {
  max-height: 75px;
  max-width: 75px;
  margin-right: 35px;
  float: left;
  margin-top: 25px;
}
.order-information .order-lines .product-specs {
  display: inline-block;
}
.order-information .order-lines .product-specs .product-name {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .order-information .order-lines .product-specs .product-name {
    font-size: 14px;
  }
}
.order-information .order-lines .product-specs span {
  color: #687278;
  font-size: 12px;
  line-height: 16px;
}
.order-information .order-lines .product-specs p {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .order-information .order-lines .product-specs p {
    font-size: 12px;
    line-height: 17px;
  }
}
.order-information .order-lines .price-block .unit-price {
  top: 70px;
  position: absolute;
  right: 385px;
}
.order-information .order-lines .price-block .qty {
  top: 70px;
  position: absolute;
  right: 250px;
  font-weight: bold;
}
.order-information .order-lines .price-block .non-discounted {
  text-decoration: line-through;
  position: absolute;
  right: 0;
  top: 46px;
  color: #E66C57;
}
.order-information .order-lines .price-block .non-discounted.unit-price {
  right: 385px;
}
.order-information .order-lines .price-block .discounted {
  position: absolute;
  right: 0;
  top: 70px;
}
@media screen and (max-width: 767px) {
  .order-information .order-lines .price-block {
    display: none;
  }
}
.order-information .order-lines .price-block.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .order-information .order-lines .price-block.mobile {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 35px;
  }
  .order-information .order-lines .price-block.mobile .unit-price {
    position: static;
    float: left;
    margin-left: 110px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .order-information .order-lines .price-block.mobile .unit-price {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .order-information .order-lines .price-block.mobile .unit-price {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .order-information .order-lines .price-block.mobile .qty {
    bottom: 0;
    top: auto;
    right: 30%;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .order-information .order-lines .price-block.mobile .qty {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .order-information .order-lines .price-block.mobile .qty {
    right: 40%;
  }
}
@media screen and (max-width: 767px) {
  .order-information .order-lines .price-block.mobile .non-discounted {
    top: -25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .order-information .order-lines .price-block.mobile .non-discounted {
    font-size: 14px;
    top: -17px;
  }
}
@media screen and (max-width: 767px) {
  .order-information .order-lines .price-block.mobile .non-discounted.unit-price {
    left: 0;
    position: absolute;
    right: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .order-information .order-lines .price-block.mobile .non-discounted.unit-price {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .order-information .order-lines .price-block.mobile .discounted {
    position: static;
    float: right;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .order-information .order-lines .price-block.mobile .discounted {
    font-size: 14px;
  }
}
.order-information .amounts {
  border-top: 1px solid #E5EAEC;
  border-bottom: 1px solid #E5EAEC;
  padding: 15px 0 10px 0;
}
.order-information .amounts p {
  margin: 0;
}
.order-information .amounts .divider {
  border-top: 1px solid #E5EAEC;
  float: right;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .order-information .amounts .divider {
    margin-bottom: 15px;
  }
}
.order-information .amounts .price-container {
  width: 285px;
  float: right;
}
@media screen and (max-width: 480px) {
  .order-information .amounts .price-container {
    width: 100%;
  }
}
.order-information .amounts .price-container p {
  margin: 0;
  width: 50%;
  display: inline-block;
  float: left;
  color: #262626;
  margin-bottom: 2px;
}
.order-information .amounts .price-container p:nth-child(even) {
  text-align: right;
}
.order-information #back {
  display: block;
  width: 190px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .order-information #back {
    width: 100%;
  }
}

.orderhistory {
  max-width: 1140px;
}
.orderhistory h1 {
  text-align: center;
  margin: 113px 0;
}
@media screen and (max-width: 767px) {
  .orderhistory h1 {
    margin: 85px 0;
  }
}
.orderhistory .orders.desktop {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.orderhistory .orders.desktop a {
  display: table-row;
  border-bottom: 1px solid #E5EAEC;
  height: 90px;
}
.orderhistory .orders.desktop div {
  width: auto;
}
.orderhistory .orders.desktop img {
  max-width: 50px;
  max-height: 50px;
  margin-left: 40px;
  margin-top: 20px;
}
.orderhistory .orders.desktop p {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 25px;
}
.orderhistory .orders.desktop p:last-child {
  font-weight: 600;
}
.orderhistory .orders.desktop .orderhistoryHeadline {
  height: 60px;
  background-color: #F6F8FA;
  padding: 18px 65px 18px 30px;
  width: 100%;
  display: table-row;
  border-bottom: 1px solid #E5EAEC;
}
.orderhistory .orders.desktop .orderhistoryHeadline p {
  text-transform: uppercase;
  color: #687278;
  font-size: 13px;
  font-weight: 600;
}
.orderhistory .orders.desktop .orderhistoryHeadline p strong {
  color: #262626;
}
.orderhistory .orders.desktop .orderhistoryHeadline p:first-child {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .orderhistory .orders.desktop {
    display: none;
  }
}
.orderhistory .orders.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .orderhistory .orders.mobile {
    display: block;
  }
}
.orderhistory .orders.mobile p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
}
.orderhistory .orders.mobile .order-line {
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #E5EAEC;
}
.orderhistory .orders.mobile .order-line:first-child {
  border-top: 1px solid #E5EAEC;
}
.orderhistory .orders.mobile .order-line a {
  max-width: 115px;
  float: left;
  margin-right: 15px;
}
.orderhistory .orders.mobile .order-line a .image {
  position: relative;
  padding: 16px;
  max-height: 140px;
  box-sizing: border-box;
  max-width: 115px;
}
.orderhistory .orders.mobile .order-line a .image img {
  max-height: 83px;
  max-width: 83px;
}
.orderhistory .orders.mobile .order-line a .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 114, 120, 0.05);
  z-index: 1;
}
.orderhistory .orders.mobile .order-line a .see-more {
  height: 25px;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  background-color: #ECF0F1;
  padding: 4px 0;
}
.orderhistory .orders.mobile .order-line .order-info {
  float: left;
}
.orderhistory .orders.mobile .order-line .order-info div {
  margin-bottom: 30px;
}
.orderhistory .orders.mobile .order-line .order-info div:last-child {
  margin-bottom: 0;
}
.orderhistory #back {
  display: block;
  width: 231px;
  margin: 35px auto 70px auto;
}
@media screen and (max-width: 480px) {
  .orderhistory #back {
    width: 100%;
  }
}

#competition-banner {
  min-height: 745px;
  position: relative;
  background-size: 335px;
}
#competition-banner .mobile-header {
  display: none;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #competition-banner {
    background-size: 230px;
    text-align: center;
    padding: 50px 113px 75px 13px;
    margin-bottom: 65px;
    background-position: right 100px top !important;
    border-bottom-right-radius: 1090px 320px;
    width: calc(100% + 100px);
  }
  #competition-banner .mobile-header {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #competition-banner {
    padding-bottom: 40px;
  }
}
#competition-banner .left-column {
  width: 45%;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #competition-banner .left-column {
    width: 100%;
    overflow: unset;
    display: block;
  }
}
#competition-banner .left-column .competition-prizes {
  border-bottom-right-radius: 1090px 320px;
  width: calc(100% + 140px);
  background-color: #FBFCFD;
  padding-top: 110px;
  padding-bottom: 125px;
  position: relative;
  height: 685px;
  padding-right: 375px;
}
@media screen and (max-width: 1300px) {
  #competition-banner .left-column .competition-prizes {
    padding-right: 60%;
  }
}
@media screen and (max-width: 767px) {
  #competition-banner .left-column .competition-prizes {
    padding: 0;
    border-radius: unset;
    width: 100%;
    background-color: transparent;
    height: auto;
  }
}
#competition-banner .left-column .competition-prizes .image {
  max-width: 450px;
  max-height: 450px;
  text-align: center;
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #competition-banner .left-column .competition-prizes .image {
    max-width: 245px;
    margin: auto;
    float: none;
    position: relative;
    /*&:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 6px);
        background-color: rgba(104, 114, 120, 0.109);
        z-index: 1;
    }*/
  }
}
#competition-banner .left-column .competition-prizes .image img {
  width: 100%;
  height: auto;
}
#competition-banner .left-column .competition-prizes .competition-badge {
  height: 133px;
  width: 133px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  padding: 35px 11px;
  bottom: 0;
  right: 210px;
}
@media screen and (max-width: 767px) {
  #competition-banner .left-column .competition-prizes .competition-badge {
    width: 94px;
    bottom: auto;
    height: 94px;
    top: 0;
    left: 20%;
    right: auto;
    padding: 24px 8px;
    z-index: 2;
  }
}
@media screen and (max-width: 480px) {
  #competition-banner .left-column .competition-prizes .competition-badge {
    left: 17px;
  }
}
#competition-banner .left-column .competition-prizes .competition-badge p {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 600;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #competition-banner .left-column .competition-prizes .competition-badge p {
    font-size: 11px;
    line-height: 15px;
  }
}
#competition-banner .right-column {
  float: right;
  width: 55%;
  padding-left: 120px;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column {
    float: none;
    width: 100%;
    padding: 0;
  }
}
#competition-banner .right-column #competition-banner-signup {
  color: #262626;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column #competition-banner-signup {
    width: 100%;
  }
}
#competition-banner .right-column #competition-banner-signup h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column #competition-banner-signup h3 {
    display: none;
  }
}
#competition-banner .right-column #competition-banner-signup #competition-banner-signup-step1 h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 30px;
}
#competition-banner .right-column #competition-banner-signup #competition-banner-signup-step1 a {
  display: block;
  width: 247px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column #competition-banner-signup #competition-banner-signup-step1 a {
    margin: 45px auto 35px;
  }
}
@media screen and (max-width: 480px) {
  #competition-banner .right-column #competition-banner-signup #competition-banner-signup-step1 a {
    width: 100%;
  }
}
#competition-banner .right-column #competition-banner-signup #competition-banner-signup-step1 span {
  line-height: 27px;
}
#competition-banner .right-column #competition-banner-signup #competition-banner-signup-goto-step2 {
  margin-top: -30px;
  margin-bottom: 30px;
}
#competition-banner .right-column #competition-banner-signup #competition-banner-signup-goto-step2 > a {
  line-height: 22px;
  font-weight: 600;
  font-size: 13px;
  color: #00AB7F;
  cursor: pointer;
}
#competition-banner .right-column #competition-banner-signup .form-inline {
  max-width: 465px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column #competition-banner-signup .form-inline {
    max-width: none;
    padding-right: 0;
  }
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 {
  padding-right: 75px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 {
    margin: auto;
    padding-right: 0;
  }
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 div p {
  margin: 0;
  color: #687278;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 div input {
  margin-bottom: 10px;
  height: 42px;
  background-color: #FFFFFF;
  padding-left: 10px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 div.email {
  margin-bottom: 10px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 div .field-validation-error {
  bottom: 10px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 button {
  margin-top: 30px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 button {
    margin-bottom: 20px;
  }
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step3 a {
  color: #687278;
  text-decoration: underline;
  padding-left: 4px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 {
  width: 100%;
  line-height: 22px;
  font-size: 14px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 h2 {
  font-size: 20px;
  line-height: 22px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 .CB-container {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 .CB-container {
    text-align: left;
  }
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 .CB-container:first-of-type {
  margin-top: 30px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 .CB-container input {
  background-color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 0;
  border: 1px solid #C6CCD2;
  outline: none;
  margin: 0;
  margin-right: 18px;
  top: 0;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 .CB-container input:checked ~ .checkmark:after {
  display: block;
  height: 12px;
  width: 12px;
  background-color: #00AB7F;
  border-radius: 50%;
  border: none;
  transform: none;
  top: 3px;
  left: 3px;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 .CB-container span {
  color: #262626;
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 .CB-container span.checkmark {
  background-color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border-color: #C6CCD2;
  top: 50%;
  transform: translateY(-50%);
}
#competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 #competition-banner-signup-step2-btn {
  display: block;
  width: 166px;
  margin-top: 40px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 #competition-banner-signup-step2-btn {
    margin: 40px auto 25px;
  }
}
@media screen and (max-width: 480px) {
  #competition-banner .right-column #competition-banner-signup .form-inline #competition-banner-signup-step2 #competition-banner-signup-step2-btn {
    width: 100%;
  }
}
#competition-banner .right-column .competition-conditions {
  line-height: 20px;
  font-size: 12px;
  width: 445px;
  color: #687278;
  position: absolute;
  bottom: 30px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column .competition-conditions {
    width: 100%;
    position: static;
    padding-bottom: 45px;
  }
}
#competition-banner .right-column .competition-conditions a {
  color: #687278;
  text-decoration: underline;
}
#competition-banner .right-column .competition-confirmation {
  max-width: 465px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column .competition-confirmation {
    max-width: none;
    text-align: center;
    padding-bottom: 30px;
    padding-right: 0;
  }
}
#competition-banner .right-column .competition-confirmation #competition-banner-step4 {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column .competition-confirmation #competition-banner-step4 h3 {
    display: none;
  }
}
#competition-banner .right-column .competition-confirmation #competition-banner-step4 h2 {
  font-size: 20px;
  line-height: 22px;
}
#competition-banner .right-column .competition-confirmation #competition-banner-step4 img {
  display: block;
  margin-left: -5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #competition-banner .right-column .competition-confirmation #competition-banner-step4 img {
    margin: 0 auto 20px;
  }
}
#competition-banner #competition-banner-signup {
  display: inline-block;
}

@media print {
  .grecaptcha-badge {
    /*
        Using visibility in order to not mess with the recaptcha validation
    */
    visibility: hidden !important;
  }
  #Coi-Renew {
    display: none !important;
  }
  .order-information {
    margin-top: 0px;
  }
  .container, .rx-error-container, .rx-checkout-container, .richTextSpot.table1, .richTextSpot.table2, .richTextSpot.table3, .richTextSpot.text-only, .richTextSpot.text-narrow, .categorySpot.table1, .categorySpot.table2, .categorySpot.table3, .categorySpot.text-only, .categorySpot.text-narrow {
    min-width: 0px !important;
  }
  .top-navigation.checkout header {
    background-color: #ffffff;
  }
  .order-information .order-lines {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .top-navigation.checkout {
    position: relative !important;
  }
  .main-body.checkout {
    top: 0px !important;
  }
}
.printreceiptfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%; /* Need a specific value to work */
  text-align: center;
  font-weight: 300;
  margin-bottom: 25px;
}
.printreceiptfooter #pharmacyUnitName {
  font-weight: bold;
}
.printreceiptfooter #pharmacyUnitEmail {
  color: #33BC99;
}

#NewsletterPopup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #FBFCFD;
  z-index: 1000;
  padding: 31px 50px 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 7px 0 rgba(38, 38, 38, 0.3);
  text-align: center;
  width: 530px;
  max-width: calc(100% - 40px);
}
#NewsletterPopup .close {
  height: 22px;
  min-width: 22px;
  position: absolute;
  right: 12px;
  top: 12px;
  line-height: 22px;
  color: #262626;
  opacity: 1;
  font-size: 26px;
  font-weight: normal;
}
#NewsletterPopup .close:hover {
  background-color: transparent !important;
}
#NewsletterPopup #SubHeader {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 25px;
  color: #262626;
  margin: 0 0 6px;
  font-weight: normal;
}
#NewsletterPopup #Header {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px;
  color: #262626;
}
#NewsletterPopup #Text {
  font-weight: 300;
  margin: 0 19px 31px;
}
#NewsletterPopup #NewsletterPopupForm:after {
  content: "";
  display: table;
  clear: both;
}
#NewsletterPopup #NewsletterPopupForm #NewsletterPopupEmailInput {
  width: calc(67% - 15px);
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  height: 44px;
  line-height: 40px;
  background-color: #FFFFFF;
}
#NewsletterPopup #NewsletterPopupForm #NewsletterPopupEmailInput::placeholder {
  font-size: 16px;
  font-style: italic;
  color: #C6CCD2;
}
#NewsletterPopup #NewsletterPopupForm #NewsletterPopupBtn {
  width: 33%;
  float: left;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  #NewsletterPopup {
    display: none !important;
  }
}

#NewsletterBanner {
  padding: 72px 13px 56px;
  text-align: center;
  background-color: #FBFCFD;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #NewsletterBanner {
    padding: 50px 13px 39px;
    background-position: left;
  }
}
#NewsletterBanner #Header {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 14px;
  color: #262626;
}
@media screen and (max-width: 480px) {
  #NewsletterBanner #Header {
    margin: 0 0 20px;
  }
}
#NewsletterBanner #Text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0 0 39px;
}
@media screen and (max-width: 480px) {
  #NewsletterBanner #Text {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 40px;
  }
}
#NewsletterBanner #NewsletterBannerForm {
  max-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #NewsletterBanner #NewsletterBannerForm {
    max-width: none;
  }
}
#NewsletterBanner #NewsletterBannerForm:after {
  content: "";
  display: table;
  clear: both;
}
#NewsletterBanner #NewsletterBannerForm #NewsletterBannerEmailInput {
  width: calc(67% - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  height: 44px;
  line-height: 40px;
  background-color: #FFFFFF;
}
#NewsletterBanner #NewsletterBannerForm #NewsletterBannerEmailInput::placeholder {
  font-size: 16px;
  font-style: italic;
  color: #C6CCD2;
}
@media screen and (max-width: 480px) {
  #NewsletterBanner #NewsletterBannerForm #NewsletterBannerEmailInput {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#NewsletterBanner #NewsletterBannerForm #NewsletterBannerBtn {
  width: 33%;
  float: left;
  min-width: auto;
}
@media screen and (max-width: 480px) {
  #NewsletterBanner #NewsletterBannerForm #NewsletterBannerBtn {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .rx-checkout-container + .product-carousel h2 {
    margin-top: 45px;
  }
}
.rx-checkout-container + .product-carousel + .product-carousel {
  margin-bottom: 0px;
}
.rx-checkout-container + .product-carousel {
  margin-bottom: 0px;
}

.RxHeader h1.desktop {
  font-size: 36px;
  line-height: 44px;
  margin-top: 80px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .RxHeader h1.desktop {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}
.RxHeader .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .RxHeader .mobile {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding: 18px 17px 12px;
    margin: 0 -14px;
    background-color: #00705b;
    color: #ffffff;
  }
  .RxHeader .desktop {
    display: none;
  }
}

.RxNavigation {
  margin-bottom: 30px;
  background-color: #00705b;
}
@media screen and (max-width: 1065px) {
  .RxNavigation .desktop {
    text-align: center;
  }
}
.RxNavigation .mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .RxNavigation {
    border-bottom: none;
    margin-bottom: 25px;
  }
  .RxNavigation .mobile {
    display: block;
    background-color: #00705b;
    margin: 0 -14px;
    padding: 0 17px 12px;
  }
  .RxNavigation .mobile .info-icon {
    position: absolute;
    top: 40px;
    right: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .RxNavigation .mobile .info-icon {
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .RxNavigation .mobile .mobile-description {
    color: #ffffff;
    padding-top: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding-top 0.5s ease-out;
  }
  .RxNavigation .mobile .mobile-description.show {
    max-height: 300px;
    padding-top: 15px;
    transition: max-height 0.5s ease-in, padding-top 0.5s ease-in;
  }
  .RxNavigation .mobile .number {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .RxNavigation .mobile .text {
    display: block;
    font-size: 20px;
    color: #ffffff;
    line-height: 22px;
    font-family: "Pharma", sans-serif;
  }
  .RxNavigation .desktop {
    display: none;
  }
}
.RxNavigation .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.RxNavigation .list .step {
  display: inline-block;
  padding: 8px 30px 8px 65px;
  background-color: #00ab7f;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1113px) {
  .RxNavigation .list .step {
    padding: 8px 20px 8px 45px;
  }
}
.RxNavigation .list .step:last-child {
  margin-right: 0;
}
.RxNavigation .list .step .number {
  display: inline-block;
  border-radius: 50%;
  padding: 5.5px 13px;
  font-size: 30px;
  font-weight: bold;
  margin-right: 5px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.RxNavigation .list .step .text {
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
}
.RxNavigation .list .step.active {
  background-color: #00705b;
}
.RxNavigation .list .step.active .number {
  border-color: #00ab7f;
  color: #ffffff;
}
.RxNavigation .list .step.active .text {
  color: #ffffff;
}
.RxNavigation .step-description {
  padding: 15px 13px;
  color: #ffffff;
}

.RxContextText {
  width: 50%;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .RxContextText {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 40px;
  }
}

.rx-insurance-div {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .rx-insurance-div {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.rx-insurance-div h2 {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .rx-insurance-div h2 {
    font-size: 23px;
    line-height: 29px;
  }
}
.rx-insurance-div .rx-insurance-text {
  display: block;
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rx-insurance-div .rx-insurance-text {
    width: 100%;
  }
}
.rx-insurance-div .rx-insurance-logo {
  margin-bottom: 12px;
}
.rx-insurance-div .rx-insurance-logo img {
  vertical-align: top;
  max-width: 140px;
}
.rx-insurance-div #rx-insurance-prompt-select button {
  min-width: 0;
  padding: 1px 14px;
}

.RxPharmacyUnitConfirmation {
  padding-left: 10px;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .RxPharmacyUnitConfirmation {
    padding-left: 11px;
    padding-right: 11px;
    text-align: center;
  }
}
.RxPharmacyUnitConfirmation .links {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .RxPharmacyUnitConfirmation .links {
    margin-top: 40px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -ms-flexbox;
    display: flex;
  }
}
.RxPharmacyUnitConfirmation .links .btn {
  display: inline-block;
  min-width: 125px;
  padding: 11px 15px;
}
@media screen and (max-width: 767px) {
  .RxPharmacyUnitConfirmation .links .btn {
    min-width: 100%;
    padding: 14px 15px;
  }
}
.RxPharmacyUnitConfirmation .links .btn + .btn {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .RxPharmacyUnitConfirmation .links .btn + .btn {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.rx-error-container {
  max-width: 795px;
}
.rx-error-container .RxHeader h1.desktop {
  font-size: 46px;
  line-height: 54px;
  margin-top: 75px;
  margin-bottom: 60px;
}
.rx-error-container .RxHeader h1.mobile {
  font-size: 36px;
  line-height: 44px;
  font-family: "Pharma", sans-serif;
  margin: 65px 0 50px;
  padding: 0;
  background-color: transparent;
}
.rx-error-container .RxContextText {
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
}
.rx-error-container .RxContextText strong {
  font-size: 14px;
}

.rx.nemlogin.statustext {
  padding-left: 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .rx.nemlogin.statustext {
    padding-left: 11px;
    padding-right: 11px;
  }
}

.rx.nemlogin {
  padding-left: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .rx.nemlogin {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.rx.nemlogin form {
  display: inline-block;
  margin-right: 18px;
}
.rx.nemlogin form .btn {
  height: 40px;
  min-width: 120px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .rx.nemlogin form {
    display: block;
    margin-right: 0;
    margin-bottom: 27px;
  }
  .rx.nemlogin form .btn {
    height: 48px;
    width: 100%;
  }
}
.rx.nemlogin img {
  height: 13px;
  width: auto;
  padding-left: 2px;
  position: relative;
  top: 1px;
}

.rx.navigationlinks {
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .rx.navigationlinks {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.rx.navigationlinks a {
  color: #00ab7f;
  font-size: 13px;
  line-height: 1.5;
}
.rx.navigationlinks a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid #00ab7f;
  border-bottom: 1px solid #00ab7f;
  margin-right: 5px;
  transform: rotate(45deg);
  vertical-align: middle;
}
.rx.navigationlinks a:hover {
  color: #00705b;
}
.rx.navigationlinks a:hover:before, .rx.navigationlinks a:hover:after {
  border-color: #00705b;
}
.rx.navigationlinks a.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.rx.navigationlinks .next {
  float: right;
}
.rx.navigationlinks .next .proceed-link:before {
  content: none;
}
.rx.navigationlinks .next .proceed-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #00ab7f;
  border-top: 1px solid #00ab7f;
  margin-left: 5px;
  transform: rotate(45deg);
  vertical-align: middle;
}

.RxCprInput {
  padding-left: 10px;
  margin-bottom: 150px;
}
.RxCprInput form {
  align-items: flex-start;
  flex-flow: column wrap;
}
.RxCprInput .form-control.text-box {
  width: 275px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 20px;
  vertical-align: top;
  display: block;
}
.RxCprInput .checkbox {
  margin-top: 20px;
}
.RxCprInput .checkbox input {
  height: 16px;
  width: 16px;
  border: 1px solid #C6CCD2;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}
.RxCprInput .checkbox input.checked {
  border-color: #4C9A8C;
  background-color: #4C9A8C;
}
.RxCprInput .checkbox input.checked:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.RxCprInput .checkbox span {
  position: relative;
  top: -3px;
}
.RxCprInput .btn {
  min-width: 120px;
  height: 40px;
  vertical-align: top;
}
.RxCprInput input.input-validation-error, .RxCprInput #onbehalfoff-input-label {
  display: block;
}
@media screen and (max-width: 767px) {
  .RxCprInput form > div {
    width: 100%;
  }
  .RxCprInput .form-control.text-box {
    width: 100%;
    height: 48px;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .RxCprInput .btn {
    width: 100%;
    height: 48px;
  }
}
